Fixed to permit sandbox Captive severity mode: g_warning() -> g_message()
[captive.git] / src / libcaptive / captivemodid / captivemodid.c
index 3344896..13ff945 100644 (file)
@@ -381,7 +381,7 @@ const gchar *msg;
        msg=_("Unable to load modid database: %s");
        if (fatal)
                g_error(msg,pathname_default);
-       g_warning(msg,pathname_default);
+       g_message(msg,pathname_default);
        return NULL;
 }