Skip to content

Commit

Permalink
[mms-lib] Minor debug trace tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jan 16, 2015
1 parent 7d28223 commit cfcca84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mms-lib/src/mms_task_notification.c
@@ -1,5 +1,7 @@
/*
* Copyright (C) 2013-2014 Jolla Ltd.
* Copyright (C) 2013-2015 Jolla Ltd.
* Contact: Slava Monich <slava.monich@jolla.com>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down Expand Up @@ -191,7 +193,7 @@ mms_task_delivery_ind(
MMSTask* task = &ind->task;
const struct mms_delivery_ind* di = &ind->pdu->di;
const char* to = mms_strip_address_type(di->to);
MMS_DEBUG("Processing M-Delivery.ind PDU");
MMS_DEBUG("Processing M-Delivery.ind");
MMS_DEBUG(" MMS message id: %s", di->msgid);
MMS_DEBUG(" Recipient: %s", to);
switch (di->dr_status) {
Expand Down

0 comments on commit cfcca84

Please sign in to comment.