aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 52383ee6..3c9742b9 100644
--- a/driver.c
+++ b/driver.c
@@ -1367,7 +1367,7 @@ const struct method *proto; /* protocol method table */
if (ok != 0)
{
if (ok == PS_LOCKBUSY)
- error(0, -1, "Lock Busy error on %s@%s",
+ error(0, -1, "Lock-busy error on %s@%s",
ctl->remotename,
realname);
else