瀏覽代碼

Fix message broken in e4f3f0cad1697fdb76632dfe8a3935ae4540fbae

Mike Naberezny 11 年之前
父節點
當前提交
5cb94914da
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      supervisor/options.py

+ 1 - 1
supervisor/options.py

@@ -1302,7 +1302,7 @@ class ServerOptions(Options):
 
                 try:
                     resource.setrlimit(res, (lmin, hard))
-                    msgs.append('Increased %(name)s limit to %(min)s' %
+                    msgs.append('Increased %(name)s limit to %(lmin)s' %
                                 locals())
                 except (resource.error, ValueError):
                     self.usage(msg % locals())