mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-14 16:20:31 -05:00
Turn "missing onDelete callback" error into info
This commit is contained in:
parent
9a081bfb04
commit
9781f6e846
|
|
@ -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