From fa789ee1793c0f98761705b66cc9c0ae5318c52b Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Mon, 25 May 2020 15:19:46 +0200 Subject: debug --- ubnt_unifi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubnt_unifi.php b/ubnt_unifi.php index 2b6dfaa..2b7f4bd 100644 --- a/ubnt_unifi.php +++ b/ubnt_unifi.php @@ -613,8 +613,8 @@ if (isset($argv[1]) and $argv[1] == "config"){ // munin config echo "\nInternal: \n"; echo "\tShared_key: ".$shm_key."\n"; - echo "\tShared_mem_key".$shm."\n"; - echo "\tSemaphore_key".$sf."\n"; + echo "\tShared_mem_key ".$shm."\n"; + echo "\tSemaphore_key ".$sf."\n"; echo "\tFunction_exist(ftok): ".function_exists("ftok")."\n"; echo "\tFunction_exist(shmop_open): ".function_exists("shmop_open")."\n"; echo "\tFunction_exist(sem_get): ".function_exists("sem_get")."\n"; -- cgit v1.2.3