Skip to content

Commit

Permalink
[mms-lib] Added error message
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Apr 18, 2014
1 parent cb9ca6b commit 12fc2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mms-lib/src/mms_task_send.c
Expand Up @@ -86,6 +86,8 @@ mms_task_send_done(
} else {
MMS_ERR("Unexpected response from MMSC");
}
} else {
MMS_ERR("Failed to parse MMSC response");
}
g_mapped_file_unref(map);
} else {
Expand Down

0 comments on commit 12fc2ed

Please sign in to comment.