Only log the IOException message on failure to submit CML update.
This commit is contained in:
@@ -128,7 +128,7 @@ public class CrystalMathLabs extends Plugin
|
||||
@Override
|
||||
public void onFailure(Call call, IOException e)
|
||||
{
|
||||
log.warn("error submitting CML update", e);
|
||||
log.warn("Error submitting CML update, caused by {}.", e.getMessage());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user