summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2013-01-09 13:48:40 +0200
committerPanu Matilainen <pmatilai@redhat.com>2013-01-09 14:06:56 +0200
commite83cc97792d66f8d31ef471455a9fa6ae136ae9a (patch)
treefc561e6822789d9f7966d374d2173770c8f8799d /tools
parent6941d51e7e5139014418d1056acb6dafccefbab7 (diff)
downloadrpm-e83cc97792d66f8d31ef471455a9fa6ae136ae9a.tar.gz
Revert "make "canonicalization(...)shrank by one character" error message more usefull"
- The message is not about basedir and destdir, and printing them here only makes the message even more confusing than it was, eg: canonicalization unexpectedly shrank by one character \ ('/home/pmatilai/rpmbuild/BUILD/' vs '/usr/src/debug/') - This reverts commit 1eea433d9961d74dbc797cea7f9bfceab8c16a3e
Diffstat (limited to 'tools')
-rw-r--r--tools/debugedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugedit.c b/tools/debugedit.c
index c8fa15a24..f48d6f7a1 100644
--- a/tools/debugedit.c
+++ b/tools/debugedit.c
@@ -670,7 +670,7 @@ edit_dwarf2_line (DSO *dso, uint32_t off, char *comp_dir, int phase)
{
if (--shrank == 0)
error (EXIT_FAILURE, 0,
- "canonicalization unexpectedly shrank by one character ('%s' vs '%s')", base_dir, dest_dir);
+ "canonicalization unexpectedly shrank by one character");
else
{
memset (ptr, 'X', shrank);