This commit is contained in:
JustArchi
2016-02-16 08:33:11 +01:00
parent 45230a57ee
commit b27aa50083

View File

@@ -761,7 +761,7 @@ namespace ArchiSteamFarm {
try {
callback = await SteamApps.RequestFreeLicense(gameID);
} catch (Exception e) {
Logging.LogGenericException(e);
Logging.LogGenericException(e, BotName);
continue;
}