aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Gergő2020-05-25 15:19:46 +0200
committerM.Gergő2020-05-25 15:19:46 +0200
commitfa789ee1793c0f98761705b66cc9c0ae5318c52b (patch)
tree30affcc03ea5f74712db901b8a1cbe73968f5b93
parent82a4167c25ffea4009a01d8299156440776b1d73 (diff)
downloadmunin-unifi-fa789ee1793c0f98761705b66cc9c0ae5318c52b.tar.gz
munin-unifi-fa789ee1793c0f98761705b66cc9c0ae5318c52b.zip
debug
-rw-r--r--ubnt_unifi.php4
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";