From f8f8cf1994edcf521fa8a25caf0ced9ad0a9553b Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Wed, 7 Feb 2024 16:58:17 +0900 Subject: remove unnecessary \n --- src/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path.c') diff --git a/src/path.c b/src/path.c index a340126..ffbdcf4 100644 --- a/src/path.c +++ b/src/path.c @@ -369,7 +369,7 @@ next: * 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); 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; } -- cgit v1.2.3