stderr was not meant to be an arg here

SVN revision: 72376
This commit is contained in:
Mike Blumenkrantz 2012-06-18 09:20:21 +00:00
parent 939a19e9bb
commit 32a3fd9f30
1 changed files with 1 additions and 1 deletions

View File

@ -2573,7 +2573,7 @@ _e_fm2_client_file_symlink(const char *path, const char *dest, const char *rel,
args = _e_fm_string_append_char(args, &size, &length, ' ');
args = _e_fm_string_append_quoted(args, &size, &length, dest);
WRN("using new E_FM_OP_SYMLINK, remove deprecated ASAP", stderr);
WRN("using new E_FM_OP_SYMLINK, remove deprecated ASAP");
r = _e_fm_client_file_symlink(args, e_fm);
free(args);
return r;