Add exception message on TradeControler log.
This commit is contained in:
parent
7da43f5399
commit
c6915a8237
@ -462,7 +462,7 @@ public class TradeController
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.warning("TradeController: Could not update Timer save in Buylist");
|
LOGGER.warning("TradeController: Could not update Timer save in Buylist. " + e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -462,7 +462,7 @@ public class TradeController
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOGGER.warning("TradeController: Could not update Timer save in Buylist");
|
LOGGER.warning("TradeController: Could not update Timer save in Buylist. " + e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user