summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-20 08:51:42 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-20 09:12:43 -0500
commit53a2520ab82123557ae7a1f09fdf835f38fff543 (patch)
tree21fad2919daa56788b0d49a858247331717caa2e
parent1e75518c30861a39be8f47295f413590583ff3f3 (diff)
downloadofono-53a2520ab82123557ae7a1f09fdf835f38fff543.tar.bz2
Trivial: Remove extra ':' from history output
-rw-r--r--plugins/example_history.c2
1 files changed, 1 insertions, 1 deletions
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';