improve console message for rosmake

This commit is contained in:
Dirk Thomas 2012-02-09 00:21:42 +00:00
parent 3b10dc066a
commit 46efce0e1e
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ class RosMakeAll:
else:
self.log_dir = os.path.join(rospkg.get_ros_home(), "rosmake", date_time_stamp);
self.printer.print_all("Logging to directory%s"%self.log_dir)
self.printer.print_all("Logging to directory %s"%self.log_dir)
if os.path.exists (self.log_dir) and not os.path.isdir(self.log_dir):
self.printer.print_all( "Log destination %s is a file; please remove it or choose a new destination"%self.log_dir)
sys.exit(1)