Misc logging

This commit is contained in:
JustArchi
2018-06-30 23:17:16 +02:00
parent 4f833c8fc7
commit 2e7c1e6327

View File

@@ -2373,6 +2373,7 @@ namespace ArchiSteamFarm {
ItemsCount = notification.Value;
if (newItems) {
ArchiLogger.LogGenericTrace(nameof(ArchiHandler.UserNotificationsCallback.EUserNotification.Items));
Utilities.InBackground(CardsFarmer.OnNewItemsNotification);
if (BotConfig.BotBehaviour.HasFlag(BotConfig.EBotBehaviour.DismissInventoryNotifications)) {
@@ -2386,6 +2387,7 @@ namespace ArchiSteamFarm {
TradesCount = notification.Value;
if (newTrades) {
ArchiLogger.LogGenericTrace(nameof(ArchiHandler.UserNotificationsCallback.EUserNotification.Trading));
Utilities.InBackground(Trading.OnNewTrade);
}