plugin-base: log also when starting to check support

So that we get logs when net ports are being checked for support, which won't be
probed.
This commit is contained in:
Aleksander Morgado
2012-03-01 23:46:37 +01:00
parent 9c5c072bab
commit f8f0969289

View File

@@ -622,6 +622,8 @@ supports_port (MMPlugin *plugin,
goto out; goto out;
} }
mm_dbg ("(%s) checking port support (%s,%s)", priv->name, subsys, name);
/* Need to launch new probing */ /* Need to launch new probing */
/* Lookup current probes, there shouldn't be any (unless for net devices) */ /* Lookup current probes, there shouldn't be any (unless for net devices) */
@@ -671,7 +673,7 @@ supports_port (MMPlugin *plugin,
ctx->result = g_object_ref (async_result); ctx->result = g_object_ref (async_result);
/* Launch the probe */ /* Launch the probe */
mm_dbg ("(%s) launching probe for (%s,%s)!", priv->name, subsys, name); mm_dbg ("(%s) launching probe for (%s,%s)", priv->name, subsys, name);
mm_port_probe_run (probe, mm_port_probe_run (probe,
probe_run_flags, probe_run_flags,
priv->send_delay, priv->send_delay,