This patch removes the unnedded debug message.
Change-Id: Id1d7d4845ab52393e410f4e5ab968d5afba786a4
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
return ret;
}
- _I("System State: (%s)", state);
-
len = strlen(state) + 1;
if (!strncmp(state, SYSTEMD_STATE_RUNNING, len) ||
!strncmp(state, SYSTEMD_STATE_DEGRADED, len))
pm_unlock_internal(INTERNAL_LOCK_BOOTING, LCD_OFF, PM_SLEEP_MARGIN);
*/
- _I("signal booting done");
broadcast_edbus_signal(DEVICED_PATH_CORE,
DEVICED_INTERFACE_CORE,
SIGNAL_BOOTING_DONE,
}
}
}
- _D("Success to load %s", file_name);
+
fclose(f);
return 0;
dd_list *n;
struct device_notifier *notifier;
- _I("%d, %x", status, func);
-
if (!func) {
_E("invalid func address!");
return -EINVAL;
dd_list *elem;
const struct device_ops *dev;
- _I("device list!");
DD_LIST_FOREACH(dev_head, elem, dev)
_I("%s", dev->name);
continue;
}
- _D("[%s] initialize", dev->name);
if (dev->init)
dev->init(data);
}
const struct device_ops *dev;
DD_LIST_FOREACH(dev_head, elem, dev) {
- _D("[%s] deinitialize", dev->name);
if (dev->exit)
dev->exit(data);
}
dbus_error_free(&err);
return;
}
-
- _I("Request Name reply : %d", val);
}
static void check_owner_name(void)
dbus_message_iter_get_basic(&iter, &pid);
if (get_cmdline_name(pid, exe_name, PATH_MAX) != 0)
goto out;
- _I("%s(%d)", exe_name, pid);
out:
dbus_message_unref(msg);
if (policy->scenario.state == PASS_UNUSED)
_W("%s don't include the list of pass-scenario\n");
- else
- _I("can%s use pass-scenario",
- policy->scenario.state ? "" : "not");
+ else if (policy->scenario.state == PASS_OFF)
+ _I("cannot use pass-scenario");
return 0;
}
done = (int)data;
if (!done)
goto out;
- _I("booting done");
/* register edbus methods */
ret = register_edbus_method(DEVICED_PATH_PMQOS, edbus_methods,