summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile.c b/src/compile.c
index 3dc5a75..769c6c2 100644
--- a/src/compile.c
+++ b/src/compile.c
@@ -896,7 +896,7 @@ dcc_build_somewhere(char *argv[],
}
if (!dcc_getenv_bool("DISTCC_FALLBACK", 1)) {
- rs_log_warning("failed to distribute and fallbacks are disabled");
+ rs_log_error("failed to distribute and fallbacks are disabled");
/* Try copying any server-side error message to stderr;
* If we fail the user will miss all the messages from the server; so
* we pretend we failed remotely.