From 7b57ef12963a298c731d0ef4a67de9c985ac9ba4 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 10 Jun 2008 17:55:03 +0200 Subject: No \n on ob_debug in this branch. --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index d6e87d94..5be4e785 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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")) { -- cgit v1.2.3