gsupplicant: Remove get_results warning
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 22 Dec 2010 17:44:56 +0000 (18:44 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 22 Dec 2010 17:44:56 +0000 (18:44 +0100)
This is normal operation, the interface is created at from get_results()
if it doesn't exist yet.

Fixes BMC#11066

gsupplicant/supplicant.c

index 934ad1c..8d2c15f 100644 (file)
@@ -1882,7 +1882,7 @@ static void interface_get_result(const char *error,
        SUPPLICANT_DBG("");
 
        if (error != NULL) {
-               g_warning("error %s", error);
+               SUPPLICANT_DBG("Interface not created yet");
                err = -EIO;
                goto create;
        }