ttcp: fix missing arg to fprintf

This commit is contained in:
Jon Trulson
2015-12-18 09:55:20 -07:00
parent ced27aa1f6
commit 10742f3679

View File

@@ -270,7 +270,7 @@ do_ttcp()
} else {
fprintf( stderr,
"%s: system(\"%s\"): %d\n",
(char *)_process_name, sys_status );
(char *)_process_name, (char *)cmd, sys_status );
return TT_ERR_INTERNAL;
}