Small rewording

master
Gina Häußge 2013-06-25 22:00:52 +02:00
parent ae438ca03f
commit 8b384ef530
1 changed files with 1 additions and 1 deletions

View File

@ -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)