]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add missing parameters to log() call (#691)
authorErik Flodin <erik@ejohansson.se>
Tue, 20 Oct 2020 18:27:12 +0000 (20:27 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 18:27:12 +0000 (20:27 +0200)
src/Util.cpp

index 54519f7cdbb6ce4e037bac83f6a2bd661c5092a6..d223c19b30777f048a1c300f8a064e59a7e864b4 100644 (file)
@@ -284,7 +284,7 @@ clone_hard_link_or_copy_file(const Context& ctx,
       log("Failed to clone: {}", e.what());
     }
 #else
-    log("Not cloning {} to {} since it's unsupported");
+    log("Not cloning {} to {} since it's unsupported", source, dest);
 #endif
   }
   if (ctx.config.hard_link()) {