Commit db1d34dd authored by Liang Ding's avatar Liang Ding

🎨 Fix #37

parent aeb81059
...@@ -383,7 +383,7 @@ public class ExportService { ...@@ -383,7 +383,7 @@ public class ExportService {
"file", zipData).send(); "file", zipData).send();
response.close(); response.close();
response.charset("UTF-8"); response.charset("UTF-8");
LOGGER.info("Backup public articles to HacPai completed: " + response.bodyText()); LOGGER.info("Backup all articles to HacPai completed: " + response.bodyText());
} catch (final Exception e) { } catch (final Exception e) {
LOGGER.log(Level.ERROR, "Exports articles to HacPai failed:" + e.getMessage()); LOGGER.log(Level.ERROR, "Exports articles to HacPai failed:" + e.getMessage());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment