Commit 0d7fb404 authored by Liang Ding's avatar Liang Ding

🎨 更新日志

parent ab279576
......@@ -389,7 +389,7 @@ public class ExportService {
response.charset("UTF-8");
LOGGER.info("Backup public articles to HacPai completed: " + response.bodyText());
} catch (final Exception e) {
LOGGER.log(Level.ERROR, "Exports articles to github repo 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