Skip to content

Commit e52e781

Browse files
committed
added info
1 parent 739751c commit e52e781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DMD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ void DMD::SerumThread()
10141014
{
10151015
snprintf(csvPath, sizeof(csvPath), "%s/%s/%s.pup.csv", m_altColorPath, m_romName, m_romName);
10161016
}
1017-
Log(DMDUtil_LogLevel_DEBUG, "Check for PUP scenes for %s at %s", m_romName, csvPath);
1017+
Log(DMDUtil_LogLevel_INFO, "Check for PUP scenes for %s at %s", m_romName, csvPath);
10181018

10191019
if (generator.parseCSV(csvPath))
10201020
{

0 commit comments

Comments
 (0)