summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pnor_partition_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnor_partition_table.cpp b/pnor_partition_table.cpp
index bb9e05d..b42907c 100644
--- a/pnor_partition_table.cpp
+++ b/pnor_partition_table.cpp
@@ -233,7 +233,7 @@ const pnor_partition& Table::partition(size_t offset) const
}
}
- MSG_ERR("Partition corresponding to offset %x not found", offset);
+ MSG_ERR("Partition corresponding to offset %zu not found", offset);
elog<InternalFailure>();
static pnor_partition p{};
OpenPOWER on IntegriCloud