Browse Source

#IQRV #comment 重启关机等指令日志等级调为INFO

80374374 1 year ago
parent
commit
bab5fa9b3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Framework/spshell/svc.cpp

+ 1 - 1
Framework/spshell/svc.cpp

@@ -275,7 +275,7 @@ static int KickoffSpRestartInner(int options)
             DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("GetEnv of LD_LIBRARY_PATH failed: %s", toolkit_strerror(ldRet));
         }
         if (0 == process_spawn(&option, &process)) {
-            DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("create new process succ pid=%u! %s", process->pid, app);
+            DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("create new process succ pid=%u! %s", process->pid, app);
             FREE(process);
             return 0;
         } else {