From 6e89e4ebbf158473904e768815935895228a9543 Mon Sep 17 00:00:00 2001 From: xddxd Date: Sun, 4 Aug 2019 12:52:48 +0300 Subject: [PATCH] Update game_list_frame.cpp --- rpcs3/rpcs3qt/game_list_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/game_list_frame.cpp b/rpcs3/rpcs3qt/game_list_frame.cpp index 648070e78f..8b747bfa88 100644 --- a/rpcs3/rpcs3qt/game_list_frame.cpp +++ b/rpcs3/rpcs3qt/game_list_frame.cpp @@ -1135,7 +1135,7 @@ bool game_list_frame::RemoveShadersCache(const std::string& base_dir, bool is_in { if (QDir(filepath).removeRecursively()) { - LOG_NOTICE(GENERAL, "Removed shaders cache dir: %s", sstr(filepath)); + LOG_SUCCESS(GENERAL, "Removed shaders cache dir: %s", sstr(filepath)); } else {