Fix more stupid typos
authorQball Cow <qball@s010375.(none)>
Mon, 22 Feb 2010 10:00:41 +0000 (11:00 +0100)
committerQball Cow <qball@s010375.(none)>
Mon, 22 Feb 2010 10:00:41 +0000 (11:00 +0100)
src/url-fetcher.c

index 0fe4e66..995ba2e 100644 (file)
@@ -206,7 +206,7 @@ static void url_parse_spiff_file(const char *data, int size, const gchar *uri)
                             g_free(scheme);
                         }
                         else{
-                            g_log(LOG_WARNING, G_LOG_LEVEL_DEBUG, "Failed to parse scheme: %s",sloc->value);
+                            g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Failed to parse scheme: %s",sloc->value);
                         }
                     }
                 }
@@ -216,7 +216,7 @@ static void url_parse_spiff_file(const char *data, int size, const gchar *uri)
         }
         else 
         {
-            g_log(LOG_WARNING, G_LOG_LEVEL_DEBUG, "Error message: %s", error->message);
+            g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Error message: %s", error->message);
             g_error_free(error);
         }