mirror of
https://github.com/upa/mscp.git
synced 2026-03-14 04:13:28 +08:00
remove unnecessary \n
This commit is contained in:
@@ -369,7 +369,7 @@ next:
|
|||||||
* end. see https://bugzilla.mindrot.org/show_bug.cgi?id=3431 */
|
* end. see https://bugzilla.mindrot.org/show_bug.cgi?id=3431 */
|
||||||
f = mscp_open(p->dst_path, O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR, sftp);
|
f = mscp_open(p->dst_path, O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR, sftp);
|
||||||
if (!f) {
|
if (!f) {
|
||||||
priv_set_errv("mscp_open %s: %s\n", p->dst_path, strerrno());
|
priv_set_errv("mscp_open %s: %s", p->dst_path, strerrno());
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user