wpa_supplicant: Remove accidentally committed debug flag

This commit is contained in:
Eelco Dolstra 2013-01-23 22:07:40 +01:00
parent 6580588230
commit 75662a45d6

View File

@ -117,7 +117,7 @@ in
'' else ''
ifaces="${concatStringsSep " -N " (map (i: "-i${i}") ifaces)}"
''}
exec wpa_supplicant -s -u -D${cfg.driver} -c ${configFile} $ifaces -dd
exec wpa_supplicant -s -u -D${cfg.driver} -c ${configFile} $ifaces
'';
};