mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
cellPhotoImport: better log channel name for string search in logs
This commit is contained in:
parent
7cb4521082
commit
aa9f364dc6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "Utilities/StrUtil.h"
|
||||
#include "cellSysutil.h"
|
||||
|
||||
LOG_CHANNEL(cellPhotoImportUtil, "PhotoImport");
|
||||
LOG_CHANNEL(cellPhotoImportUtil, "cellPhotoImport");
|
||||
|
||||
// Return Codes
|
||||
enum CellPhotoImportError : u32
|
||||
|
|
Loading…
Add table
Reference in a new issue