]> git.siccegge.de Git - forks/vmdebootstrap.git/commitdiff
Log messages
authorLars Wirzenius <liw@liw.fi>
Sun, 26 Aug 2012 21:24:28 +0000 (22:24 +0100)
committerLars Wirzenius <liw@liw.fi>
Sun, 26 Aug 2012 21:24:28 +0000 (22:24 +0100)
vmdebootstrap

index cef188fd0fb77317557dba29b2ae2b8b79a949d4..36a8998ee869788860de180cf22d987e340fb4f4 100755 (executable)
@@ -108,6 +108,7 @@ class VmDebootstrap(cliapp.Application):
             self.cleanup_system()
 
     def message(self, msg):
+        logging.info(msg)
         if self.settings['verbose']:
             print msg