summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2010-06-29 15:51:43 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2010-06-29 15:51:43 +0000
commit8974d9e63fa5bf088f6dba7fc81fef7d9a35a04c (patch)
treeb55eb11f5578ac9a48ef55fbed98ddcc2342df42
parentfe6fced6f3de7e1d45024849e8d7f9d1986d7cf3 (diff)
downloaddistcc-8974d9e63fa5bf088f6dba7fc81fef7d9a35a04c.tar.gz
Trivial fix for slight mistake in distccd debug message.
Reviewed by Craig Silverstein. git-svn-id: http://distcc.googlecode.com/svn/trunk@720 01de4be4-8c4a-0410-9132-4925637da917
-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);
}
}