Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24316)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24324)
@@ -1991,5 +1991,5 @@
         my $mode = [_retry(sub { stat($storage_path) } )]->[2] & 07777;
         unless ($mode == 0775) {
-            $log->error("$storage_path has the wrong permissions of: %04x", $mode);
+            $log->error("$storage_path has the wrong permissions of: 0", sprintf("%o", $mode));
             _retry(sub { chmod(0775, $storage_path) }) or die "can't chmod $storage_path: $!";
         }
