summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <bell@pwbook.sanja.is.com.ua>2007-09-27 21:45:45 +0300
committerunknown <bell@pwbook.sanja.is.com.ua>2007-09-27 21:45:45 +0300
commitd097806323618aef56bcfb1968b036be2aa8491a (patch)
tree5587dce05c0a6709e2896affb0f55cc3949521a3
parent396c5434295e6ed1830923def33d2143df273e75 (diff)
downloadmariadb-git-d097806323618aef56bcfb1968b036be2aa8491a.tar.gz
fix typo
-rw-r--r--storage/maria/ma_loghandler.c2
1 files changed, 1 insertions, 1 deletions
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);
}