From c006d4d0d606151a6a78fc77e62bfd7dc826fc79 Mon Sep 17 00:00:00 2001 From: Xiangyue Cai Date: Fri, 20 Aug 2021 18:19:04 +0800 Subject: [PATCH] remove redundant log (#485) --- common/fs-mgr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/fs-mgr.c b/common/fs-mgr.c index fa84693..7f81ec0 100644 --- a/common/fs-mgr.c +++ b/common/fs-mgr.c @@ -2769,7 +2769,6 @@ seaf_fs_manager_get_dirent_by_path (SeafFSManager *mgr, root_id, parent_dir, error); if (!dir) { - seaf_warning ("dir %s doesn't exist in repo %.8s.\n", parent_dir, repo_id); goto out; }