//LCOV_EXCL_START System Error
if (!proxy) {
pthread_mutex_unlock(&dmutex);
- _E("fail to get proxy from proxy pool : %s-%s (%d-%s)",
+ _E("fail to get proxy from proxy pool : %s.%s (%d-%s)",
interface, method, err->code, err->message);
result = g_dbus_error_to_errno(err->code);
g_clear_error(&err);
//LCOV_EXCL_START System Error
if (!output) {
if (!err) {
- _E("g_dbus_proxy_call_sync error : %s-%s",
+ _E("g_dbus_proxy_call_sync error : %s.%s",
interface, method);
return -EPERM;
}
- _E("g_dbus_proxy_call_sync error : %s-%s (%d-%s)",
+ _E("g_dbus_proxy_call_sync error : %s.%s (%d-%s)",
interface, method, err->code, err->message);
result = g_dbus_error_to_errno(err->code);
g_clear_error(&err);
if (!proxy) {
//LCOV_EXCL_START System Error
pthread_mutex_unlock(&dmutex);
- _E("fail to get proxy from proxy pool : %s-%s (%d-%s)",
+ _E("fail to get proxy from proxy pool : %s.%s (%d-%s)",
interface, method, err->code, err->message);
result = g_dbus_error_to_errno(err->code);
g_clear_error(&err);
if (!output) {
//LCOV_EXCL_START System Error
if (!err) {
- _E("g_dbus_proxy_call_sync error : %s-%s",
+ _E("g_dbus_proxy_call_sync error : %s.%s",
interface, method);
return -EPERM;
}
- _E("g_dbus_proxy_call_sync error : %s-%s (%d-%s)",
+ _E("g_dbus_proxy_call_sync error : %s.%s (%d-%s)",
interface, method, err->code, err->message);
result = g_dbus_error_to_errno(err->code);
g_clear_error(&err);
if (!proxy) {
//LCOV_EXCL_START System Error
pthread_mutex_unlock(&dmutex);
- _E("fail to get proxy from proxy pool : %s-%s (%d-%s)",
+ _E("fail to get proxy from proxy pool : %s.%s (%d-%s)",
interface, method, err->code, err->message);
result = g_dbus_error_to_errno(err->code);
g_clear_error(&err);
pdata = malloc(sizeof(struct pending_call_data));
if (!pdata) {
pthread_mutex_unlock(&dmutex);
- _E("malloc error : %s-%s", //LCOV_EXCL_LINE
+ _E("malloc error : %s.%s", //LCOV_EXCL_LINE
interface, method);
return -ENOMEM;
}