Skip to content

Commit 3b5d88c

Browse files
committed
print string value
1 parent 789e5d3 commit 3b5d88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/php_nrini.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,10 @@ static PHP_INI_MH(nr_composer_per_process_detection_mh) {
552552

553553
if (-1 == val) {
554554
nrl_warning(NRL_INIT,
555-
"The value %d is not valid for the "
555+
"The value %s is not valid for the "
556556
"newrelic.vulnerability_management.composer_api.per_process_"
557557
"detection setting, using default value instead.",
558-
val);
558+
NEW_VALUE);
559559
return FAILURE;
560560
}
561561

0 commit comments

Comments
 (0)