Skip to content

Commit

Permalink
opt:simpify the log output
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Feb 12, 2025
1 parent de0135c commit 558fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/epwing_book.cc
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ EpwingBook::~EpwingBook()

void EpwingBook::setErrorString( QString const & func, EB_Error_Code code )
{
error_string = QString( "(%1) function error: %2 (%3)" )
error_string = QString( "Epwing: (%1) function error. %2 (%3)" )
.arg( func )
.arg( QString::fromLocal8Bit( eb_error_string( code ) ) )
.arg( QString::fromLocal8Bit( eb_error_message( code ) ) );
Expand Down

0 comments on commit 558fff5

Please sign in to comment.