From ff78d28f8bcdbbdd42fe9501ee81185f67a4166a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 Jan 2008 00:54:17 -0500 Subject: fix timers so that they work when theres lots of repeating timers in the queue.. --- openbox/ping.c | 1 - 1 file changed, 1 deletion(-) (limited to 'openbox/ping.c') diff --git a/openbox/ping.c b/openbox/ping.c index d159805d..19922b25 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -108,7 +108,6 @@ static void ping_send(ObPingTarget *t) { t->sent = event_get_server_time(); /*ob_debug("PING: '%s' (timestamp %lu)\n", t->client->title, t->sent);*/ - ob_debug("PINGing client %s at %lu\n", t->client->title, t->sent); PROP_MSG_TO(t->client->window, t->client->window, wm_protocols, prop_atoms.net_wm_ping, t->sent, t->client->window, 0, 0, NoEventMask); -- cgit v1.2.3