From aa9f364dc682446826660b5d7c482eb6677dc049 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 22 Oct 2023 10:10:16 +0200 Subject: [PATCH] cellPhotoImport: better log channel name for string search in logs --- rpcs3/Emu/Cell/Modules/cellPhotoImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/Modules/cellPhotoImport.cpp b/rpcs3/Emu/Cell/Modules/cellPhotoImport.cpp index 5ea954afbc..d1cbdc2b56 100644 --- a/rpcs3/Emu/Cell/Modules/cellPhotoImport.cpp +++ b/rpcs3/Emu/Cell/Modules/cellPhotoImport.cpp @@ -7,7 +7,7 @@ #include "Utilities/StrUtil.h" #include "cellSysutil.h" -LOG_CHANNEL(cellPhotoImportUtil, "PhotoImport"); +LOG_CHANNEL(cellPhotoImportUtil, "cellPhotoImport"); // Return Codes enum CellPhotoImportError : u32