We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf48e0d commit c35e124Copy full SHA for c35e124
daemon/internal/newrelic/integration/util.go
@@ -55,7 +55,7 @@ func GetOPCacheModuleLoaded(php, cgi string) map[string]bool {
55
result[php] = IsOPcacheLoaded(php)
56
result[cgi] = IsOPcacheLoaded(cgi)
57
58
- fmt.Printf("OPcache default loading status: %+v\n", result)
+ fmt.Printf("OPcache default loaded status: %+v\n", result)
59
60
return result
61
}
0 commit comments