]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
No \n on ob_debug in this branch.
[chaz/openbox] / openbox / openbox.c
index d6e87d94802ad750ef67cd4bd37fb7be6649c97e..5be4e785e5e32a2e00693c7749f684e40d8d1969 100644 (file)
@@ -605,7 +605,7 @@ static void parse_args(gint *argc, gchar **argv)
                    what we want */
                 config_file = argv[i+1];
                 ++i; /* skip the argument */
-                ob_debug("--config-file %s\n", config_file);
+                ob_debug("--config-file %s", config_file);
             }
         }
         else if (!strcmp(argv[i], "--sm-save-file")) {
This page took 0.024965 seconds and 4 git commands to generate.