1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 23:19:36 +00:00

Optimize search sql in getting file number and storage APIs

This commit is contained in:
cuihaikuo
2017-07-25 15:20:20 +08:00
parent b16ba2ec7c
commit 5689c56531
2 changed files with 12 additions and 8 deletions

View File

@@ -925,7 +925,7 @@ create_relative_path (RecvFSM *fsm, char *parent_dir, char **abs_path)
&error);
if (rc < 0) {
if (error) {
seaf_warning ("[upload folder] %s.", error->message);
seaf_warning ("[upload folder] %s.\n", error->message);
g_clear_error (&error);
}
goto out;