From d7d6367effd5d7b1568535302995506243bc9d84 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 14 May 2009 11:07:43 +0100 Subject: [PATCH] Correct a debugging statement --- src/dkp-supply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dkp-supply.c b/src/dkp-supply.c index e867a2f..81ac58b 100644 --- a/src/dkp-supply.c +++ b/src/dkp-supply.c @@ -474,7 +474,7 @@ dkp_supply_poll_battery (DkpSupply *supply) gboolean ret; DkpDevice *device = DKP_DEVICE (supply); - egg_debug ("No updates on supply %s for 30 seconds; forcing update", dkp_device_get_object_path (device)); + egg_debug ("No updates on supply %s for %i seconds; forcing update", dkp_device_get_object_path (device), DKP_SUPPLY_REFRESH_TIMEOUT); supply->priv->poll_timer_id = 0; ret = dkp_supply_refresh (device); if (ret)