Skip to content

Commit 668294e

Browse files
committed
NSFS | versioning | change open_files_gpfs log on failed file open from error to warn
Signed-off-by: nadav mizrahi <[email protected]>
1 parent 19f68c0 commit 668294e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/namespace_fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ class NamespaceFS {
32123212
move_to_dst: { src_file, dst_file, dir_file}
32133213
};
32143214
} catch (err) {
3215-
dbg.error('NamespaceFS._open_files_gpfs couldn\'t open files', err);
3215+
dbg.warn('NamespaceFS._open_files_gpfs couldn\'t open files', err);
32163216
await this._close_files_gpfs(fs_context, { src_file, dst_file, dir_file, versioned_file }, open_mode, delete_version);
32173217
throw err;
32183218
}

0 commit comments

Comments
 (0)