Skip to content

Commit

Permalink
[mms_attachment_image] Made a log statement less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 4, 2014
1 parent 9a819f0 commit 6ace60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-lib/src/mms_attachment_image.c
Expand Up @@ -166,7 +166,7 @@ mms_attachment_image_resize_type_specific(
resize->in.height == resize->out.height) {
/* Nothing to resize, image decompressor is doing all
* the job for us */
MMS_DEBUG("Decoding (%ux%u -> %ux%u)",
MMS_DEBUG("Decoder-assisted resize (%ux%u -> %ux%u)",
image_size.width, image_size.height,
out_size.width, out_size.height);
for (y=0;
Expand Down

0 comments on commit 6ace60e

Please sign in to comment.