]> arthur.barton.de Git - netdata.git/blobdiff - src/macos_mach_smi.c
Add disk I/O chart to macOS plugin
[netdata.git] / src / macos_mach_smi.c
index 58510688888d8c5b9b43c78072651dd4fe72005a..d86a032205bf798ed9d1048b6598087c0ae64cfb 100644 (file)
@@ -36,7 +36,7 @@ int do_macos_mach_smi(int update_every, usec_t dt) {
 
     if (likely(do_cpu)) {
         if (unlikely(HOST_CPU_LOAD_INFO_COUNT != 4)) {
-            error("FREEBSD: There are %d CPU states (4 was expected)", HOST_CPU_LOAD_INFO_COUNT);
+            error("MACOS: There are %d CPU states (4 was expected)", HOST_CPU_LOAD_INFO_COUNT);
             do_cpu = 0;
             error("DISABLED: system.cpu");
         } else {