diff options
author | monty@mashka.mysql.fi <> | 2003-03-12 01:40:06 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-03-12 01:40:06 +0200 |
commit | 8edc75257367838bfb1e64dbaa64c7213cbc2afe (patch) | |
tree | 1aab264467488d6957c97d78cd61ef06b90ef736 /mysys/my_lib.c | |
parent | 7fdf7a410146d9a5fa0c188b448ce005ed9ca7f2 (diff) | |
download | mariadb-git-8edc75257367838bfb1e64dbaa64c7213cbc2afe.tar.gz |
Simple fixes (nothing notable)
Diffstat (limited to 'mysys/my_lib.c')
-rw-r--r-- | mysys/my_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_lib.c b/mysys/my_lib.c index a06120894c5..035bafd07b9 100644 --- a/mysys/my_lib.c +++ b/mysys/my_lib.c @@ -103,7 +103,7 @@ MY_DIR *my_dir(const char *path, myf MyFlags) char dirent_tmp[sizeof(struct dirent)+_POSIX_PATH_MAX+1]; #endif DBUG_ENTER("my_dir"); - DBUG_PRINT("my",("path: '%s' stat: %d MyFlags: %d",path,MyFlags)); + DBUG_PRINT("my",("path: '%s' MyFlags: %d",path,MyFlags)); #if defined(THREAD) && !defined(HAVE_READDIR_R) pthread_mutex_lock(&THR_LOCK_open); |