Skip to content

Commit

Permalink
Merge pull request #65 from dandedrick/fix-logerror
Browse files Browse the repository at this point in the history
job_monitor: replace logerror with logerr
  • Loading branch information
tlind authored Nov 29, 2019
2 parents 66b0149 + 9e53fd4 commit bcde8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualization/srl_tracking_exporter/scripts/job_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main(argv=None):
global numTotalJobs
numTotalJobs = rospy.get_param('~count', 0)
if 0 == numTotalJobs:
rospy.logerror("Job count is 0, not monitoring any jobs, terminating!")
rospy.logerr("Job count is 0, not monitoring any jobs, terminating!")

else:
rospy.loginfo("Will run until %d jobs have been completed." % numTotalJobs)
Expand Down

0 comments on commit bcde8b7

Please sign in to comment.