Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Oct 9, 2014
1 parent dbc5f6e commit 6c927d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/stored/autoxflate-sd.c
Expand Up @@ -325,7 +325,6 @@ static bRC setup_record_translation(bpContext *ctx, void *value)
return bRC_Error;
}


/*
* Give jobmessage info what is configured
*/
Expand Down Expand Up @@ -391,7 +390,7 @@ static bRC setup_record_translation(bpContext *ctx, void *value)
}
Jmsg(ctx, M_INFO,
_("autoxflate-sd.c: %s OUT:[SD->inflate=%s->deflate=%s->DEV] IN:[DEV->inflate=%s->deflate=%s->SD]\n"),
dcr->dev_name, deflate_out, inflate_out, inflate_in, inflate_out);
dcr->dev_name, inflate_out, deflate_out, inflate_in, deflate_in);

return bRC_OK;
}
Expand Down

0 comments on commit 6c927d7

Please sign in to comment.