summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/permassert.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/permassert.c')
-rw-r--r--drivers/md/dm-vdo/permassert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-vdo/permassert.c b/drivers/md/dm-vdo/permassert.c
index 6fe49c4b7e51..bf9eccea1cb3 100644
--- a/drivers/md/dm-vdo/permassert.c
+++ b/drivers/md/dm-vdo/permassert.c
@@ -15,10 +15,10 @@ int vdo_assertion_failed(const char *expression_string, const char *file_name,
va_start(args, format);
- uds_log_embedded_message(UDS_LOG_ERR, UDS_LOGGING_MODULE_NAME, "assertion \"",
+ vdo_log_embedded_message(VDO_LOG_ERR, VDO_LOGGING_MODULE_NAME, "assertion \"",
format, args, "\" (%s) failed at %s:%d",
expression_string, file_name, line_number);
- uds_log_backtrace(UDS_LOG_ERR);
+ vdo_log_backtrace(VDO_LOG_ERR);
va_end(args);