[Xfce4-commits] <xfdesktop:master> Hide unneeded message.
Nick Schermer
noreply at xfce.org
Sun Apr 1 22:42:01 CEST 2012
Updating branch refs/heads/master
to 320803fc537f4e0a749f580fcb6cb9a281e45131 (commit)
from 55ea795007bfbeb352783b2b3a4537f18de20cd4 (commit)
commit 320803fc537f4e0a749f580fcb6cb9a281e45131
Author: Nick Schermer <nick at xfce.org>
Date: Sun Apr 1 22:41:35 2012 +0200
Hide unneeded message.
src/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
index 9de09db..54dbaee 100644
--- a/src/main.c
+++ b/src/main.c
@@ -335,8 +335,8 @@ main(int argc, char **argv)
return (already_running ? 0 : 1);
}
-
- g_print("%s[%d]: starting up\n", PACKAGE, getpid());
+
+ DBG ("starting up");
sm_client = xfce_sm_client_get();
xfce_sm_client_set_restart_style(sm_client, XFCE_SM_CLIENT_RESTART_IMMEDIATELY);
More information about the Xfce4-commits
mailing list