]> jfr.im git - erebus.git/blobdiff - ctlmod.py
clean up trivia
[erebus.git] / ctlmod.py
index ab9145a249baf0b501e2bc6c4cd93eb6f298c9ef..402fdc884eda6e720cb5ba730b12d7f3d5ca4578 100644 (file)
--- a/ctlmod.py
+++ b/ctlmod.py
@@ -15,7 +15,7 @@ def load(parent, modname, dependent=False):
        if dependent:
                print "Loading dependency %s..." % (modname),
        else:
-               print "%05.3f [MOD] [#] Loading %s... " % (time.time() % 100000, modname),
+               print "%09.3f [MOD] [#] Loading %s... " % (time.time() % 100000, modname),
        modstatus = _load(parent, modname, dependent)
        if not modstatus:
                print str(modstatus)