fix debug message in checkperms
authorJameson Rollins <jrollins@finestructure.net>
Sun, 4 Jul 2010 04:15:02 +0000 (00:15 -0400)
committerJameson Rollins <jrollins@finestructure.net>
Sun, 4 Jul 2010 04:15:02 +0000 (00:15 -0400)
src/share/checkperms

index aa67d964c1630e849b2aae39ae7d2497a6beec94..3f8ad567baebb03ac442fbd3ecd8169d76bb83df 100755 (executable)
@@ -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;
   }