From 05e6c103f8fc8f5539f2ea29f83c78e0a04660ef Mon Sep 17 00:00:00 2001
From: Mr_Goldberg <gold@berg>
Date: Fri, 31 Jan 2020 15:47:56 -0500
Subject: [PATCH] Fix compile error.

---
 dll/steam_apps.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/steam_apps.cpp b/dll/steam_apps.cpp
index 86271c90..cc325d17 100644
--- a/dll/steam_apps.cpp
+++ b/dll/steam_apps.cpp
@@ -193,7 +193,7 @@ uint32 Steam_Apps::GetInstalledDepots( AppId_t appID, DepotId_t *pvecDepots, uin
 
 uint32 Steam_Apps::GetInstalledDepots( DepotId_t *pvecDepots, uint32 cMaxDepots )
 {
-    PRINT_DEBUG("GetInstalledDepots old %u\n", appID);
+    PRINT_DEBUG("GetInstalledDepots old\n");
     return GetInstalledDepots( settings->get_local_game_id().AppID(), pvecDepots, cMaxDepots );
 }