diff --git a/webserver/PyUci.py b/webserver/PyUci.py
index d338400..23914c2 100644
--- a/webserver/PyUci.py
+++ b/webserver/PyUci.py
@@ -361,7 +361,7 @@ def __run_command(self, cmd):
             if output == '' and proc.poll() is not None:
                 break
             if output:
-                self._log.put(output.strip())
+                self._log.put_output(output.strip())
         proc.poll()
 
     def enable_ap_wifi(self):