Improved GiteaAPI exception message.
This commit is contained in:
parent
03d7661ba9
commit
70387d3cfd
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class GiteaProber
|
||||||
}
|
}
|
||||||
catch (IOException | ParseException exception)
|
catch (IOException | ParseException exception)
|
||||||
{
|
{
|
||||||
exception.printStackTrace();
|
System.out.println("Error using GiteaAPI: " + exception.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue