Skip to content

Commit 33b42fb

Browse files
committed
Add missing info message
1 parent d30d90a commit 33b42fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ArchiSteamFarm/Bot.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ private void OnMachineAuth(SteamUser.UpdateMachineAuthCallback callback) {
344344
OneTimePassword = callback.OneTimePassword,
345345
SentryFileHash = sentryHash,
346346
});
347+
348+
Logging.LogGenericInfo(BotName, "Sentryfile updated successfully!");
347349
}
348350

349351
private void OnNotification(ArchiHandler.NotificationCallback callback) {

0 commit comments

Comments
 (0)