From 1a4b4679badb9b473dc4f246cb5611249d2ff8b8 Mon Sep 17 00:00:00 2001 From: Paul Ionkin Date: Thu, 1 Aug 2013 18:48:58 +0200 Subject: [PATCH] v0.4 --- configure.ac | 2 +- src/dir_tree.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b2f0bfe..2afd29a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT([riofs], [0.3], [paul.ionkin@gmail.com]) +AC_INIT([riofs], [0.4], [paul.ionkin@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/src/dir_tree.c b/src/dir_tree.c index d402f90..e82f5c6 100644 --- a/src/dir_tree.c +++ b/src/dir_tree.c @@ -486,7 +486,7 @@ void dir_tree_fill_on_dir_buf_cb (gpointer callback_data, gboolean success) dir_fill_data->dop->buf = g_malloc0 (b.size); memcpy (dir_fill_data->dop->buf, b.p, b.size); } else { - LOG_debug (DIR_TREE_LOG, INO_H"Dir data is not set ????", INO_T (dir_fill_data->ino)); + LOG_debug (DIR_TREE_LOG, INO_H"Dir data is not set (lookup request).", INO_T (dir_fill_data->ino)); } // send buffer to fuse