summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fm/modules/common/eversholt/fme.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/fm/modules/common/eversholt/fme.c')
-rw-r--r--usr/src/cmd/fm/modules/common/eversholt/fme.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/fm/modules/common/eversholt/fme.c b/usr/src/cmd/fm/modules/common/eversholt/fme.c
index bbae024428..95bd97e17d 100644
--- a/usr/src/cmd/fm/modules/common/eversholt/fme.c
+++ b/usr/src/cmd/fm/modules/common/eversholt/fme.c
@@ -1896,6 +1896,10 @@ istat_bump(struct node *snp, int n)
} else
stats_counter_bump(statp);
Istat_need_save = 1;
+
+ ipath_print(O_ALTFP|O_VERB2, ent.ename, ent.ipath);
+ out(O_ALTFP|O_VERB2, " %s to value %d", n ? "set" : "incremented",
+ stats_counter_value(statp));
}
/*ARGSUSED*/