diff --git a/msdp/msdpdevicestatus/src/main/js/default/app.js b/msdp/msdpdevicestatus/src/main/js/default/app.js index f796f6a0d8dde8b67d055b283776f27d4d06ac0f..51ff6bec3c4eb7285c86f5db3733c10afc0151c7 100644 --- a/msdp/msdpdevicestatus/src/main/js/default/app.js +++ b/msdp/msdpdevicestatus/src/main/js/default/app.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (C) 2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -16,9 +16,9 @@ import device from '@system.device'; export default { onCreate() { - console.info('AceApplication onCreate'); + console.info('MsdpApplication onCreate'); }, onDestroy() { - console.info('AceApplication onDestroy'); + console.info('MsdpApplication onDestroy'); } };