From ae91b6f673a31f1e8d8da4b37e52f552d5ef47ab Mon Sep 17 00:00:00 2001 From: jurafxp Date: Sun, 1 Oct 2017 00:08:00 +0200 Subject: [PATCH] Fix s3fs_init message --- src/s3fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s3fs.cpp b/src/s3fs.cpp index 7f159b8..45f4780 100644 --- a/src/s3fs.cpp +++ b/src/s3fs.cpp @@ -3364,7 +3364,7 @@ static void s3fs_exit_fuseloop(int exit_status) { static void* s3fs_init(struct fuse_conn_info* conn) { - S3FS_PRN_CRIT("init v%s(commit:%s) with %s", VERSION, COMMIT_HASH_VAL, s3fs_crypt_lib_name()); + S3FS_PRN_INFO("init v%s(commit:%s) with %s", VERSION, COMMIT_HASH_VAL, s3fs_crypt_lib_name()); // cache(remove cache dirs at first) if(is_remove_cache && (!CacheFileStat::DeleteCacheFileStatDirectory() || !FdManager::DeleteCacheDirectory())){