commit | d3266e058e9b4c609491e4115887407446d8ace1 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Nov 30 10:27:54 2015 -0800 |
committer | Josh Gao <jmgao@google.com> | Mon Nov 30 11:02:21 2015 -0800 |
tree | 12eea05bf98a14bfd5f0e6c41a812c25bb95f60a | |
parent | dd6cc4d7eee1669a44cbe1f72ce3325aba2bf0f9 [diff] |
adb: remove extraneous newline from skip message Change-Id: I12314da589bf0db14b37ae4c1f526665182f4776
diff --git a/adb/file_sync_client.cpp b/adb/file_sync_client.cpp index 320891d..d284f08 100644 --- a/adb/file_sync_client.cpp +++ b/adb/file_sync_client.cpp
@@ -740,7 +740,7 @@ ci.time = time; ci.size = size; } else { - sc.Warning("skipping special file '%s'\n", name); + sc.Warning("skipping special file '%s'", name); ci.skip = true; } filelist->push_back(ci);