eric6.py

changeset 6181
2ae7e332b941
parent 6099
a7fecbc392d7
child 6267
350655a6c85f
--- a/eric6.py	Sun Mar 11 15:27:23 2018 +0100
+++ b/eric6.py	Sun Mar 11 15:40:15 2018 +0100
@@ -372,7 +372,7 @@
     # start the event loop
     inMainLoop = True
     res = app.exec_()
-    logging.debug("Shutting down, result {0:d}".format(res))
+    logging.debug("Shutting down, result %d", res)
     logging.shutdown()
     sys.exit(res)
 

eric ide

mercurial