Implement honouring the logwritting configuration flag
[wifihood] / wifiscanner / wifiscanner
index ec1b676..49d6888 100755 (executable)
@@ -9,7 +9,7 @@ except :
     hildon = False
 
 def global_start(button, scanner, config):
-    scanner.start( config.scan_period )
+    scanner.start( config.scan_period , config.store_log )
     if button._id :
         button.disconnect( button._id )
     button._id = button.connect("clicked", global_stop, scanner, config)