diff --git a/overlay_experimental/steam_overlay.cpp b/overlay_experimental/steam_overlay.cpp index 6445f345..f6ee2793 100644 --- a/overlay_experimental/steam_overlay.cpp +++ b/overlay_experimental/steam_overlay.cpp @@ -2073,7 +2073,7 @@ void Steam_Overlay::AddAchievementNotification(const std::string &ach_name, nloh { if (settings->disable_overlay) return; - PRINT_DEBUG_ENTRY(); + PRINT_DEBUG("'%s' %i", ach_name.c_str(), (int)for_progress); std::lock_guard lock(overlay_mutex); if (!Ready()) return;