Skip to content

Commit

Permalink
change logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-MrBeam committed Dec 6, 2023
1 parent 824e96f commit cb804c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_mrbeam/analytics/usage_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def reset_laser_head_usage(self, serial):

def reset_gantry_usage(self):
self._set_job_time([self.GANTRY_KEY], 0)
self._logger.info("Reset gantry usage data".format(self.get_gantry_usage()))
self._logger.info("Reset gantry usage data {}".format(self.get_gantry_usage()))
self.start_time_gantry = -1
self._write_usage_data()
self.write_usage_analytics(action="reset_gantry")
Expand Down

0 comments on commit cb804c1

Please sign in to comment.