X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ffile_ops.c;fp=citadel%2Ffile_ops.c;h=ee2e93a05f2ddae13451f3ca52bad8746b328114;hb=93365331b1bfba9d559ca30854f6af6793cde14f;hp=e4453cbdbdc3b97f055403caa48dc0a467f57e7c;hpb=ca4c5c4e5f700bdba5c1493ed48ecaa65ba4e7f6;p=citadel.git diff --git a/citadel/file_ops.c b/citadel/file_ops.c index e4453cbdb..ee2e93a05 100644 --- a/citadel/file_ops.c +++ b/citadel/file_ops.c @@ -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) ); }