aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-16 15:04:14 -0500
committerTed Gould <ted@gould.cx>2010-07-16 15:04:14 -0500
commit81b745b7309fa958e96e3df8d683b77cf2f2dac4 (patch)
tree66f83796d5639941185b8641fd349f0670f47a8a
parentf0a6d9725e8ef657f65f178faa264d0f47d8c2bd (diff)
downloadayatana-indicator-datetime-81b745b7309fa958e96e3df8d683b77cf2f2dac4.tar.gz
ayatana-indicator-datetime-81b745b7309fa958e96e3df8d683b77cf2f2dac4.tar.bz2
ayatana-indicator-datetime-81b745b7309fa958e96e3df8d683b77cf2f2dac4.zip
Debug message to check posibilities.
-rw-r--r--src/indicator-datetime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c
index ddb826c..b68a6ea 100644
--- a/src/indicator-datetime.c
+++ b/src/indicator-datetime.c
@@ -738,6 +738,7 @@ guess_label_size (IndicatorDatetime * self)
GArray * timevals = g_array_new(FALSE, TRUE, sizeof(struct tm));
build_timeval_array(timevals, posibilitymask);
+ g_debug("Checking against %d posible times", timevals->len);
gint check_time;
for (check_time = 0; check_time < timevals->len; check_time++) {
gchar longstr[128];