]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Apply suggestions from code review 26152/head
authorSebastian Wagner <sebastian@spawnhost.de>
Mon, 6 May 2019 17:19:01 +0000 (20:19 +0300)
committerDmitriy Rabotjagov <dmitriy.r@sitevalley.com>
Mon, 6 May 2019 17:33:22 +0000 (20:33 +0300)
Signed-off-by: Dmitriy Rabotjagov <noonedeadpunk@ya.ru>
src/pybind/mgr/zabbix/module.py

index fd471eea54d7d8b5c0f102314b21374768b92030..8f30233d7d6bcd3e92583f9e3de5657350fd1bd3 100644 (file)
@@ -139,7 +139,7 @@ class Module(MgrModule):
 
         if option == 'discovery_interval' and value < 10:
             raise RuntimeError(
-                "discovery_interval should not be more frequent"
+                "discovery_interval should not be more frequent "
                 "than once in 10 regular data collection"
             )