summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mscp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mscp.c b/src/mscp.c
index 33b1258..c355abb 100644
--- a/src/mscp.c
+++ b/src/mscp.c
@@ -608,7 +608,7 @@ void *mscp_copy_thread(void *arg)
goto err_out;
}
- mpr_notice(m->msg_fp, "connecting to %s for a copy thread[%d]...\n",
+ mpr_notice(m->msg_fp, "connecting to %s for copy thread:%d...\n",
m->remote, t->id);
t->sftp = ssh_init_sftp_session(m->remote, m->ssh_opts);
@@ -619,7 +619,7 @@ void *mscp_copy_thread(void *arg)
}
if (!t->sftp) {
- mpr_err(m->msg_fp, "copy thread[%d]: %s\n", t->id, mscp_get_error());
+ mpr_err(m->msg_fp, "copy thread:%d: %s\n", t->id, mscp_get_error());
goto err_out;
}