| commit | 252cea86c4aa8bf363ebe5928d9bd09c55d6cc90 | [log] [tgz] |
|---|---|---|
| author | Mohamad Ayyash <mkayyash@google.com> | Wed Apr 01 17:35:05 2015 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 01 17:35:05 2015 +0000 |
| tree | 32183b55b8307a63e414abd410b043be41028f00 | |
| parent | 960dbff3838c6731420a9f796cf527f0d205bf18 [diff] | |
| parent | 70f72fb1035e753f5cef176339618723fba943e2 [diff] |
Merge "build_verity_tree: Add verbose flag"
diff --git a/slideshow/slideshow.cpp b/slideshow/slideshow.cpp index 25a2206..c015d53 100644 --- a/slideshow/slideshow.cpp +++ b/slideshow/slideshow.cpp
@@ -94,7 +94,7 @@ if (timeout < 0 || timeout >= LONG_MAX) { timeout = NEXT_TIMEOUT_MS; - LOGE("invalid timeout %s, defaulting to %u\n", optarg, + LOGE("invalid timeout %s, defaulting to %ld\n", optarg, timeout); } break;