diff --git a/pronsole.py b/pronsole.py index f2b2303..b1979da 100755 --- a/pronsole.py +++ b/pronsole.py @@ -790,7 +790,7 @@ class pronsole(cmd.Cmd): self.p.send_now("M25") else: if(not self.p.printing): - self.log("Not self.log(ing, cannot pause.") + self.log("Not printing, cannot pause.") return self.p.pause() #self.p.connect()# This seems to work, but is not a good solution.