Add missing info message

This commit is contained in:
JustArchi
2015-10-28 20:09:16 +01:00
parent d30d90a5b0
commit 33b42fb76c

View File

@@ -344,6 +344,8 @@ namespace ArchiSteamFarm {
OneTimePassword = callback.OneTimePassword,
SentryFileHash = sentryHash,
});
Logging.LogGenericInfo(BotName, "Sentryfile updated successfully!");
}
private void OnNotification(ArchiHandler.NotificationCallback callback) {