improved error message

This commit is contained in:
Dirk Thomas 2012-02-24 23:59:33 +00:00
parent 01d11a7d4c
commit 4fb37ab4e2
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ class RosMakeAll:
except rospkg.ResourceNotFound as ex:
with self._result_lock:
self.result[argument][p] = False
self.printer.print_verbose ("[SKIP] Package not found\n")
self.printer.print_verbose ("[SKIP] Package %s not found\n" % p)
self.output[argument][p] = "Package not found %s"%ex
return (False, return_string)