Skip to content

Commit

Permalink
replaceTexture: Tweak debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 17, 2023
1 parent 66ae6a3 commit 19cadbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ivis_opengl/tex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ bool replaceTexture(const WzString &oldfile, const WzString &newfile)
pie_AddTexPage(pTexture, tmpname.c_str(), existingTextureType, page);
return true;
}
debug(LOG_ERROR, "Nothing to replace!");
debug(LOG_TEXTURE, "Nothing to replace - old (not found): %s, new (not used): %s", oldfile.toUtf8().c_str(), newfile.toUtf8().c_str());
return false;
}

Expand Down

0 comments on commit 19cadbe

Please sign in to comment.