X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Ftransfer.c;fp=daemon%2Ftransfer.c;h=1d4bd21645974de632183410e7412fb68cb8e3bc;hb=13b303d46959819a2da9e7d783b751c9ade45da5;hp=0fea334ddb0c8feb7937d68c81a57f64b82d6b56;hpb=5b193db06069c0d85b1f90f2df23a7091edc8999;p=doldaconnect.git diff --git a/daemon/transfer.c b/daemon/transfer.c index 0fea334..1d4bd21 100644 --- a/daemon/transfer.c +++ b/daemon/transfer.c @@ -587,7 +587,7 @@ static void filterread(struct socket *sk, struct transfer *transfer) 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)