diff --git a/services/timer/src/timer_manager.cpp b/services/timer/src/timer_manager.cpp index 8d747d9..a776726 100644 --- a/services/timer/src/timer_manager.cpp +++ b/services/timer/src/timer_manager.cpp @@ -161,7 +161,7 @@ bool TimerManager::IsSystemUid(int uid) } auto bundleMgrSa = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); if (bundleMgrSa == nullptr) { - std::cout << "GetBundleMgr GetSystemAbility is null"; + std::cout << "GetSystemAbility is null is null"; return false; } return iface_cast(bundleMgrSa)->CheckIsSystemAppByUid(uid);