diff options
author | M.Gergő | 2020-05-25 15:19:46 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 15:19:46 +0200 |
commit | fa789ee1793c0f98761705b66cc9c0ae5318c52b (patch) | |
tree | 30affcc03ea5f74712db901b8a1cbe73968f5b93 /ubnt_unifi.php | |
parent | 82a4167c25ffea4009a01d8299156440776b1d73 (diff) | |
download | munin-unifi-fa789ee1793c0f98761705b66cc9c0ae5318c52b.tar.gz munin-unifi-fa789ee1793c0f98761705b66cc9c0ae5318c52b.zip |
debug
Diffstat (limited to 'ubnt_unifi.php')
-rw-r--r-- | ubnt_unifi.php | 4 |
1 files 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"; |