Skip to content

Commit c35e124

Browse files
committed
chore: Tweaks message
1 parent cf48e0d commit c35e124

File tree

1 file changed

+1
-1
lines changed
  • daemon/internal/newrelic/integration

1 file changed

+1
-1
lines changed

daemon/internal/newrelic/integration/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func GetOPCacheModuleLoaded(php, cgi string) map[string]bool {
5555
result[php] = IsOPcacheLoaded(php)
5656
result[cgi] = IsOPcacheLoaded(cgi)
5757

58-
fmt.Printf("OPcache default loading status: %+v\n", result)
58+
fmt.Printf("OPcache default loaded status: %+v\n", result)
5959

6060
return result
6161
}

0 commit comments

Comments
 (0)