Skip to content

Commit

Permalink
fixes copy/paste error, closes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed May 9, 2022
1 parent 6355dfa commit e200338
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 e200338

Please sign in to comment.