summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2010-06-29 15:51:43 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2010-06-29 15:51:43 +0000
commitf07afd5a0d0150c3cb1b8559d668bbbd31ed1f2e (patch)
treeb55eb11f5578ac9a48ef55fbed98ddcc2342df42
parentda9aea00c5a63879523fb131637fc8f045094d33 (diff)
downloaddistcc-git-f07afd5a0d0150c3cb1b8559d668bbbd31ed1f2e.tar.gz
Trivial fix for slight mistake in distccd debug message.
Reviewed by Craig Silverstein.
-rw-r--r--src/fix_debug_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix_debug_info.c b/src/fix_debug_info.c
index d529c4f..ea76624 100644
--- a/src/fix_debug_info.c
+++ b/src/fix_debug_info.c
@@ -373,7 +373,7 @@ static void update_section(const char *path,
}
}
} else {
- rs_trace("file %s has no \"%s\" section", desired_section_name, path);
+ rs_trace("file %s has no \"%s\" section", path, desired_section_name);
}
}