From d097806323618aef56bcfb1968b036be2aa8491a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Sep 2007 21:45:45 +0300 Subject: [PATCH] fix typo --- storage/maria/ma_loghandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/maria/ma_loghandler.c b/storage/maria/ma_loghandler.c index e52be8be427..3ac25879619 100644 --- a/storage/maria/ma_loghandler.c +++ b/storage/maria/ma_loghandler.c @@ -657,7 +657,7 @@ static char *translog_filename_by_fileno(uint32 file_no, char *path) length= (uint) (int10_to_str(file_no, buff, 10) - buff); strmov(end-length+1, buff); - DBUG_PRINT("info", ("Path: '%s' path: 0x%lx", path, (ulong) res)); + DBUG_PRINT("info", ("Path: '%s' path: 0x%lx", path, (ulong) path)); DBUG_RETURN(path); }