Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509696 | Differences between
and this patch

Collapse All | Expand All

(-)gamin-0.1.10.orig/server/gam_eq.c (-1 / +1 lines)
Lines 124-130 Link Here
124
{
124
{
125
	gboolean done_work = FALSE;
125
	gboolean done_work = FALSE;
126
	if (!eq)
126
	if (!eq)
127
		return;
127
		return done_work;
128
128
129
#ifdef GAM_EQ_VERBOSE
129
#ifdef GAM_EQ_VERBOSE
130
	GAM_DEBUG(DEBUG_INFO, "gam_eq: Flushing event queue for %s\n", gam_connection_get_pidname (conn));
130
	GAM_DEBUG(DEBUG_INFO, "gam_eq: Flushing event queue for %s\n", gam_connection_get_pidname (conn));

Return to bug 509696