From cc95945573a63d3ab9d1281316d91d7ec3327733 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Sep 2007 18:13:58 +0000 Subject: Bug #193548 - When emerge spawns find to search for config updates, show the find output if there is an error. (trunk r7871) svn path=/main/branches/2.1.2/; revision=7872 --- bin/emerge | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/emerge') diff --git a/bin/emerge b/bin/emerge index 093496ced..94aa6b0a1 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4531,7 +4531,8 @@ def chk_updated_cfg_files(target_root, config_protect): a = commands.getstatusoutput(mycommand + \ " ! -iname '.*~' ! -iname '.*.bak' -print0") if a[0] != 0: - print >> sys.stderr, " " + bad("*")+ " error scanning '%s'" % x + print >> sys.stderr, " " + bad("*")+ \ + " error scanning '%s': %s" % (x, a[1]) else: files = a[1].split('\0') # split always produces an empty string as the last element -- cgit v1.2.3-1-g7c22