From 330d2eca0d43bcf54b535212d56d4a5b1b218ced Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Sun, 4 Jul 2010 00:15:02 -0400 Subject: fix debug message in checkperms --- src/share/checkperms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/checkperms b/src/share/checkperms index aa67d96..3f8ad56 100755 --- a/src/share/checkperms +++ b/src/share/checkperms @@ -88,7 +88,7 @@ sub permissions_ok { # OpenSSH sources for an explanation of this bailout (see also # monkeysphere #675): if ($path eq $user->dir) { - mslog('DEBUG', "stopping at the %s's home directory '%s'\n", $user->name, $path); + mslog('DEBUG', "stopping at %s's home directory '%s'\n", $user->name, $path); return undef; } -- cgit v1.2.3