Log error as well.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Thu, 12 Nov 2009 21:18:31 +0000 (21:18 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Thu, 12 Nov 2009 21:18:31 +0000 (21:18 +0000)
python/vserver.py

index f66721d..569b979 100644 (file)
@@ -321,7 +321,7 @@ class VServer:
                                   vserverimpl.DLIMIT_INF,  # inode limit
                                   2)   # %age reserved for root
         except OSError, e:
-            self.log("Unexpected error with setdlimit for context %d" % self.ctx)
+            self.log("Unexpected error with setdlimit for context %d: %s" % (self.ctx, e))
 
 
         self.config.update('dlimits/0/space_total', block_limit)