优化日志输出

This commit is contained in:
zhaojun1998
2020-01-20 21:35:41 +08:00
parent f6163c7e19
commit 9715cf922a
9 changed files with 19 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ public class FtpServiceImpl extends AbstractFileService implements FileService {
}
} catch (Exception e) {
log.debug(getStorageTypeEnum().getDescription() + "初始化异常, 已跳过");
log.debug(getStorageTypeEnum().getDescription() + " 初始化异常, 已跳过");
}
}