mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 20:40:06 +01:00
Remove debug print
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2827 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
6746319495
commit
e43e695d43
1 changed files with 0 additions and 1 deletions
|
|
@ -671,7 +671,6 @@ find_best_connection (gpointer data, gpointer user_data)
|
|||
s_con = (NMSettingConnection *) nm_connection_get_setting (connection, NM_SETTING_CONNECTION);
|
||||
if (s_con == NULL)
|
||||
return;
|
||||
fprintf (stderr, "%s: looking at connection %s\n", __func__, s_con->name);
|
||||
if (strcmp (s_con->type, NM_SETTING_WIRELESS))
|
||||
return;
|
||||
if (!s_con->autoconnect)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue