use the gnu format string checker for CtdlLogPrintf; fix associated new warnings...
[citadel.git] / citadel / file_ops.c
index e4453cbdbdc3b97f055403caa48dc0a467f57e7c..ee2e93a05f2ddae13451f3ca52bad8746b328114 100644 (file)
@@ -601,7 +601,7 @@ void cmd_ucls(char *cmd)
                                unlink(CC->upl_path);
                        }
                        else {
-                               CtdlLogPrintf(CTDL_ALERT, "Cannot link %d to %d: %s\n",
+                               CtdlLogPrintf(CTDL_ALERT, "Cannot link %s to %s: %s\n",
                                        CC->upl_path, final_filename, strerror(errno)
                                );
                        }