Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issues/61_error_logging_statement'
Browse files Browse the repository at this point in the history
into develop
  • Loading branch information
hhund committed May 9, 2022
2 parents 6355dfa + e200338 commit 636fee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void testConnection()
}
catch (Exception e)
{
logger.error("Error while testing connection to fTTP", e);
logger.error("Error while testing connection to GECCO FHIR server", e);
}
}

Expand Down

0 comments on commit 636fee3

Please sign in to comment.