Improved GiteaAPI exception message.

This commit is contained in:
Christian P. MOMON 2022-04-27 09:58:16 +02:00
parent 03d7661ba9
commit 70387d3cfd

View file

@ -143,7 +143,7 @@ public class GiteaProber
}
catch (IOException | ParseException exception)
{
exception.printStackTrace();
System.out.println("Error using GiteaAPI: " + exception.getMessage());
}
}