mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-06 13:06:09 -05:00
Turn "missing onDelete callback" error into info
This commit is contained in:
parent
f9baf2ec55
commit
726f96320f
|
|
@ -17,7 +17,7 @@ namespace WUPSConfigAPIBackend {
|
|||
|
||||
WUPSConfigItemV2::~WUPSConfigItemV2() {
|
||||
if (this->mCallbacks.onDelete == nullptr) {
|
||||
DEBUG_FUNCTION_LINE_WARN("onDelete callback not implemented. [%s]", mDisplayName.c_str());
|
||||
DEBUG_FUNCTION_LINE_INFO("onDelete callback not implemented. [%s]", mDisplayName.c_str());
|
||||
return;
|
||||
}
|
||||
this->mCallbacks.onDelete(mContext);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user