git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@618
959494ce-11ee-0310-bf91-
de5d638817bd
if(p2 != NULL)
{
if((arg = icmbstowcs(p2, NULL)) == NULL)
- flog(LOG_WARNING, "filter sent a string which could not be converted into the local charset: %s: %s", transfer->filterbuf, strerror(errno));
+ flog(LOG_WARNING, "filter sent a string which could not be converted into the local charset: %s: %s", p2, strerror(errno));
}
CBCHAINDOCB(transfer, trans_filterout, transfer, cmd, arg);
if(arg != NULL)