@@ -4075,7 +4075,7 @@ void ResourceWatcherFSM::ConfirmNotificationCenterDisable()
GetEntityBase()->GetFunction()->OpenConfig(Config_Software, spConfig);
int flag = 0;
spConfig->ReadConfigValueInt("DDE", "DisableOSD", flag);
- if (flag != 1)
+ if (flag != 1) {
Dbg("allow the dde-osd process alive.");
return;
}