From: Jameson Rollins Date: Sun, 4 Jul 2010 04:15:02 +0000 (-0400) Subject: fix debug message in checkperms X-Git-Tag: monkeysphere_0.31~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=330d2eca0d43bcf54b535212d56d4a5b1b218ced;p=monkeysphere.git fix debug message in checkperms --- 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; }