|
@@ -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 {
|