[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:51:33 UTC 2009


The following commit has been merged in the master branch:
commit 4cc46683546e9ac4414065cad746e5130ba27b2b
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Dec 11 15:23:59 2008 +0100

    onetworkd: s/logging/logger/

diff --git a/framework/subsystems/onetworkd/sharing.py b/framework/subsystems/onetworkd/sharing.py
index f023b19..b97f902 100644
--- a/framework/subsystems/onetworkd/sharing.py
+++ b/framework/subsystems/onetworkd/sharing.py
@@ -86,9 +86,9 @@ class ConnectionSharing( dbus.service.Object ):
         commands.append( "iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24" )
 
         for command in commands:
-            logging.debug( "issuing command '%s'" % command )
+            logger.debug( "issuing command '%s'" % command )
             result = subprocess.call( command.split( ' ' ) )
-            logging.debug( "command result = %d" % result )
+            logger.debug( "command result = %d" % result )
             if result != 0:
                 dbus_error( InternalError( "%s gave returncode %d" % ( command, result ) ) )
                 return

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list