X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=exec_cmd.c;h=b2c07c70ce26312d81f499d3acf90dab919f1d24;hb=7b3bdbb335b6be938b4748e86a41357e51c97804;hp=408e4e55e1c58931444c772d35d23b505bf3e2ea;hpb=801bad3ba4eb5014d402201c85c61a969436adf0;p=git.git diff --git a/exec_cmd.c b/exec_cmd.c index 408e4e55e..b2c07c70c 100644 --- a/exec_cmd.c +++ b/exec_cmd.c @@ -28,7 +28,7 @@ const char *system_path(const char *path) !(prefix = strip_path_suffix(argv0_path, BINDIR)) && !(prefix = strip_path_suffix(argv0_path, "git"))) { prefix = PREFIX; - fprintf(stderr, "RUNTIME_PREFIX requested, " + trace_printf("RUNTIME_PREFIX requested, " "but prefix computation failed. " "Using static fallback '%s'.\n", prefix); }