X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4a197e4c60e461b8068b0619692ea083e30b8b..52df3d15d8df4bdd1efa308aaf7b0f1b7d2c82f8:/wxPython/distutils/cmd.py?ds=sidebyside diff --git a/wxPython/distutils/cmd.py b/wxPython/distutils/cmd.py index 1165f95124..7e7a4cd5ff 100644 --- a/wxPython/distutils/cmd.py +++ b/wxPython/distutils/cmd.py @@ -191,7 +191,7 @@ class Command: """If the current verbosity level is of greater than or equal to 'level' print 'msg' to stdout. """ - log.debug(msg) + log.log(level, msg) def debug_print (self, msg): """Print 'msg' to stdout if the global DEBUG (taken from the