From 53a2520ab82123557ae7a1f09fdf835f38fff543 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 20 Apr 2010 08:51:42 -0500 Subject: [PATCH] Trivial: Remove extra ':' from history output --- plugins/example_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/example_history.c b/plugins/example_history.c index 90fc9da4..924303b4 100644 --- a/plugins/example_history.c +++ b/plugins/example_history.c @@ -112,7 +112,7 @@ static void example_history_sms_received(struct ofono_history_context *context, ofono_debug("Incoming SMS on modem: %p", context->modem); ofono_debug("InternalMessageId: %u", msg_id); - ofono_debug("From: %s:", from); + ofono_debug("From: %s", from); strftime(buf, 127, "%Y-%m-%dT%H:%M:%S%z", local); buf[127] = '\0';