Преглед на файлове

Update 'plugins/edirectory_monitor/libexec/agent_edirectory_monitor'

Michael Honkoop преди 4 месеца
родител
ревизия
93f3d697e8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      plugins/edirectory_monitor/libexec/agent_edirectory_monitor

+ 1 - 1
plugins/edirectory_monitor/libexec/agent_edirectory_monitor

@@ -34,7 +34,7 @@ def print_sections(raw_result):
                 lines.append(chr(separator).join(['{}={}'.format(k,clean_value(decoded_value))]))
 
     if lines:
-        print('<<<edirectory_monitor:sep({})>>>')
+        print('<<<edirectory_monitor:sep({})>>>'.format(separator))
         print(chr(separator).join(lines))
 
 def main():