Browse Source

[1190] Note a ticket number for TODO

Michal 'vorner' Vaner 12 years ago
parent
commit
daf78976a3
1 changed files with 1 additions and 0 deletions
  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'