Skip to content
Snippets Groups Projects
Commit d8de4418 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'appointments-dev' of...

Merge branch 'appointments-dev' of https://git-r3lab.uni.lu/piotr.atyjaszyk/scheduling-system.git into appointments-dev
parents af12f16e 62328309
No related branches found
No related tags found
1 merge request!1Appointments dev
...@@ -181,7 +181,7 @@ public class PrcSubjectsParser extends SubjectParser { ...@@ -181,7 +181,7 @@ public class PrcSubjectsParser extends SubjectParser {
return false; return false;
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("Problem with parsing color for subject: " + this.toString(), e); logger.error("Problem with parsing color for subject: " + parseName(row)+" "+parseSurname(row), e);
return false; return false;
} }
} }
......
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