Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 416643999
  • Loading branch information
Googler authored and copybara-github committed Dec 15, 2021
1 parent 113789d commit 519cb4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ private synchronized void diskSpaceCallback(int value) {
if (reporter != null) {
reporter.post(event);
}
logger.atInfo().log(event.logString());
logger.atInfo().log("%s", event.logString());
}
}

0 comments on commit 519cb4c

Please sign in to comment.