diff --git a/LaunchServer/source/LaunchServer.java b/LaunchServer/source/LaunchServer.java index 069a692..a1b4007 100644 --- a/LaunchServer/source/LaunchServer.java +++ b/LaunchServer/source/LaunchServer.java @@ -445,7 +445,7 @@ @Override public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException { - LogHelper.subInfo("Sync '%s' profile", IOHelper.getFileName(file)); + LogHelper.subInfo("Syncing '%s' profile", IOHelper.getFileName(file)); // Read profile ClientProfile profile;