Warning in log when a Slack channel import fails. (#4262)

Previously it just wrote to the summary, and as a debug level message in
the log, so if you had the log level set to warn, you might never find
out that importing a channel failed.
Этот коммит содержится в:
George Goldberg
2016-10-31 13:02:54 +00:00
коммит произвёл Christopher Speller
родитель 316b155a42
Коммит 54277eae28
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@@ -1532,8 +1532,8 @@
"translation": "Failed to import: {{.DisplayName}}\r\n"
},
{
"id": "api.slackimport.slack_add_channels.import_failed.debug",
"translation": "Failed to import: %s"
"id": "api.slackimport.slack_add_channels.import_failed.warn",
"translation": "Slack Importer: Failed to import channel: %s"
},
{
"id": "api.slackimport.slack_add_channels.merge",