Fix a compiler warning about a %d mismatch.
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index a2bf010..ebfadd2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1364,7 +1364,7 @@ static int start_client(int argc, char *argv[])
        if (DEBUG_GTE(CMD, 2)) {
                rprintf(FINFO,"cmd=%s machine=%s user=%s path=%s\n",
                        NS(shell_cmd), NS(shell_machine), NS(shell_user),
-                       remote_argv ? NS(remote_argv[0]) : "");
+                       NS(remote_argv[0]));
        }
 
        pid = do_cmd(shell_cmd, shell_machine, shell_user, remote_argv, remote_argc,