Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3266e05 authored by Josh Gao's avatar Josh Gao
Browse files

adb: remove extraneous newline from skip message

Change-Id: I12314da589bf0db14b37ae4c1f526665182f4776
parent dd6cc4d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -740,7 +740,7 @@ static bool remote_build_list(SyncConnection& sc,
                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);