]> Dogcows Code - chaz/openbox/blobdiff - openbox/engine.c
translate sendtodesktop actions
[chaz/openbox] / openbox / engine.c
index c4e24a39cb5dd49536e30c28488635796a8e439d..c654d26380d942a287543528163b7f1fcb64d547 100644 (file)
@@ -64,9 +64,8 @@ void engine_startup()
     ConfigValue engine;
 
     module = NULL;
-    g_message("ENGINE STARTUP");
+
     if (config_get("engine", Config_String, &engine)) {
-        g_warning("GOT ENGINE %s", engine.string);
        if (load(engine.string))
            return;
        g_warning("Failed to load the engine '%s'", engine.string);
This page took 0.024474 seconds and 4 git commands to generate.