Trivial: Remove extra ':' from history output

This commit is contained in:
Denis Kenzior 2010-04-20 08:51:42 -05:00
parent 1e75518c30
commit 53a2520ab8
1 changed files with 1 additions and 1 deletions

View File

@ -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';