summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 6105e0810..155d07968 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -2291,7 +2291,7 @@ def digestCheckFiles(myfiles, mydigests, basedir, note="", strict=0):
if not ok:
print
print red("!!! Digest verification Failed:")
- print red("!!!")+" "+str(myfile)
+ print red("!!!")+" "+str(os.path.realpath(myfile))
print red("!!! Reason: ")+reason[0]
print red("!!! Got: ")+str(reason[1])
print red("!!! Expected: ")+str(reason[2])