diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2013-01-09 13:48:40 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2013-01-29 08:14:26 +0200 |
commit | a409565d320dae872dc652a11c1674d397c4d945 (patch) | |
tree | 06ef3aae3d52b4a52c4653338df5973a0aa10365 /tools | |
parent | 41702fa154ad1fdf8a54aa5642f0a572ecfe123b (diff) | |
download | rpm-a409565d320dae872dc652a11c1674d397c4d945.tar.gz rpm-a409565d320dae872dc652a11c1674d397c4d945.tar.bz2 rpm-a409565d320dae872dc652a11c1674d397c4d945.zip |
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
(cherry picked from commit e83cc97792d66f8d31ef471455a9fa6ae136ae9a)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/debugedit.c | 2 |
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); |