Skip to content

Commit

Permalink
Update Logger.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <[email protected]>
  • Loading branch information
quic-zhanweiw authored Jun 25, 2024
1 parent d0da050 commit 1fe1ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibQNNHelper/src/Log/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bool qnn::log::initializeLogging() {

QnnLog_Callback_t qnn::log::getLogCallback() {
if (g_logger == nullptr) {
printf("Logger hasn't been initialized!\n");
fprintf(stdout, "Logger hasn't been initialized!\n");
return nullptr;
}

Expand Down

0 comments on commit 1fe1ff3

Please sign in to comment.