Skip to content

Commit

Permalink
Add missing info message
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Oct 28, 2015
1 parent d30d90a commit 33b42fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArchiSteamFarm/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ private void OnMachineAuth(SteamUser.UpdateMachineAuthCallback callback) {
OneTimePassword = callback.OneTimePassword,
SentryFileHash = sentryHash,
});

Logging.LogGenericInfo(BotName, "Sentryfile updated successfully!");
}

private void OnNotification(ArchiHandler.NotificationCallback callback) {
Expand Down

0 comments on commit 33b42fb

Please sign in to comment.