From 8b384ef53061352a934f615b3129e440c5be2c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 25 Jun 2013 22:00:52 +0200 Subject: [PATCH] Small rewording --- octoprint/util/comm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/util/comm.py b/octoprint/util/comm.py index 5948f2e2..1168a614 100644 --- a/octoprint/util/comm.py +++ b/octoprint/util/comm.py @@ -826,7 +826,7 @@ class MachineCom(object): except: self._logger.exception("Something crashed inside the serial connection loop, please report this in OctoPrint's bug tracker:") - errorMsg = "Please see octoprint.log for details" + errorMsg = "See octoprint.log for details" self._log(errorMsg) self._errorValue = errorMsg self._changeState(self.STATE_ERROR)