huawei: quiet annoying log message

This commit is contained in:
Dan Williams
2011-01-03 14:42:44 -06:00
parent 9733746dc1
commit 63cb7f29a9

View File

@@ -664,7 +664,9 @@ handle_mode_change (MMAtSerialPort *port,
return;
}
g_debug ("Access Technology: %d", act);
if (mm_options_debug ())
g_debug ("Access Technology: %d", act);
mm_generic_gsm_update_access_technology (MM_GENERIC_GSM (self), act);
}