diff --git a/exec_cmd.c b/exec_cmd.c index 408e4e55e1..13e036fc37 100644 --- a/exec_cmd.c +++ b/exec_cmd.c @@ -28,9 +28,10 @@ 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, " - "but prefix computation failed. " - "Using static fallback '%s'.\n", prefix); + /* + * RUNTIME_PREFIX requested, but prefix computation failed. + * Using static fallback. + */ } #endif