Skip to content

Commit

Permalink
fix: log message
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Jul 16, 2024
1 parent bcb10e0 commit 9fdeeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexedzip.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ bool IndexedZip::loadFile( uint32_t offset, vector< char > & data )
filename = zipFileNames.at( zip.getCurrentFile() );
}

qDebug() << "Current failed zip file:" << QString::fromStdString( fileName );
qDebug() << "Current failed zip file:" << QString::fromStdString( filename );
return false;
}

Expand Down

0 comments on commit 9fdeeab

Please sign in to comment.