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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user