Improved error message for Twitter failed.
This commit is contained in:
parent
c003848b8f
commit
4c0c7b2478
@ -165,7 +165,7 @@ public class Hebdobot extends PircBot
|
|||||||
catch (ApiException exception)
|
catch (ApiException exception)
|
||||||
{
|
{
|
||||||
logger.error("Error in tweet", exception);
|
logger.error("Error in tweet", exception);
|
||||||
sendMessage("Pour information, le tweet de notifiation a échoué.");
|
sendMessage("Pour information, le tweet de notifiation a échoué : " + exception.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user