summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/lib/fm/libfmd_snmp/common/module.c2
-rw-r--r--usr/src/lib/fm/libfmd_snmp/common/problem.c2
-rw-r--r--usr/src/lib/fm/libfmd_snmp/common/resource.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/fm/libfmd_snmp/common/module.c b/usr/src/lib/fm/libfmd_snmp/common/module.c
index 984c1fa143..6f6161f366 100644
--- a/usr/src/lib/fm/libfmd_snmp/common/module.c
+++ b/usr/src/lib/fm/libfmd_snmp/common/module.c
@@ -215,7 +215,7 @@ modinfo_update_one(const fmd_adm_modinfo_t *modinfo, void *arg)
data->d_valid = valid_stamp;
- DEBUGMSGTL((MODNAME_STR, "timestamp updated for %lu/%s@%p: %lu\n",
+ DEBUGMSGTL((MODNAME_STR, "timestamp updated for %lu/%s@%p: %d\n",
data->d_index, data->d_ami_name, data, data->d_valid));
if ((update_ctx->uc_type & UCT_ALL) ||
diff --git a/usr/src/lib/fm/libfmd_snmp/common/problem.c b/usr/src/lib/fm/libfmd_snmp/common/problem.c
index b4b38f2624..dc1fc7a158 100644
--- a/usr/src/lib/fm/libfmd_snmp/common/problem.c
+++ b/usr/src/lib/fm/libfmd_snmp/common/problem.c
@@ -536,7 +536,7 @@ sunFmProblemTable_nextpr(netsnmp_handler_registration *reginfo,
}
table_info->colnum++;
DEBUGMSGTL((MODNAME_STR, "nextpr: search for col %u empty "
- "uuid\n", table_info->colnum, uuid));
+ "uuid\n", table_info->colnum));
if ((data = problem_lookup_uuid_next("")) == NULL) {
DEBUGMSGTL((MODNAME_STR, "nextpr: next match not found "
diff --git a/usr/src/lib/fm/libfmd_snmp/common/resource.c b/usr/src/lib/fm/libfmd_snmp/common/resource.c
index 4ee4e5c032..59e202337e 100644
--- a/usr/src/lib/fm/libfmd_snmp/common/resource.c
+++ b/usr/src/lib/fm/libfmd_snmp/common/resource.c
@@ -202,7 +202,7 @@ rsrcinfo_update_one(const fmd_adm_rsrcinfo_t *rsrcinfo, void *arg)
data->d_valid = valid_stamp;
- DEBUGMSGTL((MODNAME_STR, "timestamp updated for %lu/%s@%p: %lu\n",
+ DEBUGMSGTL((MODNAME_STR, "timestamp updated for %lu/%s@%p: %d\n",
data->d_index, data->d_ari_fmri, data, data->d_valid));
if ((update_ctx->uc_type & UCT_ALL) ||