Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzard committed Aug 1, 2013
1 parent 86a08df commit 1a4b467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([riofs], [0.3], [[email protected]])
AC_INIT([riofs], [0.4], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion src/dir_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a4b467

Please sign in to comment.