Parcourir la source

[1190] Note a ticket number for TODO

Michal 'vorner' Vaner il y a 12 ans
Parent
commit
daf78976a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/bin/msgq/msgq.py.in

+ 1 - 0
src/bin/msgq/msgq.py.in

@@ -565,6 +565,7 @@ if __name__ == "__main__":
 
     # Init logging, according to the parameters.
     # FIXME: Do proper logger configuration, this is just a hack
+    # This is #2582
     sev = 'INFO'
     if options.verbose:
         sev = 'DEBUG'