Skip to content
Snippets Groups Projects
Commit 828c61b9 authored by srosse's avatar srosse
Browse files

no-jira: downgrade error to info by reloading calendars

parent 147e826d
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ public class ImportCalendarManager {
}
calendarManager.persistCalendar(kalendar);
} catch (Exception e) {
log.error("Could not reload calendar from url=" + importUrl, e);
log.info("Could not reload calendar from url={}", importUrl, e);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment