use the gnu format string checker for CtdlLogPrintf; fix associated new warnings...
[citadel.git] / citadel / file_ops.c
index 413e32da1aa6f62f6fc41fc6f0d4b3916c6f0466..fd55929df6bb76a1ae5b48740d991818d49e41bc 100644 (file)
@@ -591,7 +591,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)
                                );
                        }