summaryrefslogtreecommitdiffstats
path: root/src/software-dbus/LMI_SoftwareInstallationJobProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/software-dbus/LMI_SoftwareInstallationJobProvider.c')
-rw-r--r--src/software-dbus/LMI_SoftwareInstallationJobProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/software-dbus/LMI_SoftwareInstallationJobProvider.c b/src/software-dbus/LMI_SoftwareInstallationJobProvider.c
index 47f4c82..f0b7327 100644
--- a/src/software-dbus/LMI_SoftwareInstallationJobProvider.c
+++ b/src/software-dbus/LMI_SoftwareInstallationJobProvider.c
@@ -92,7 +92,7 @@ static CMPIStatus LMI_SoftwareInstallationJobEnumInstances(
if (status.msg) {
jobid = lmi_job_get_jobid(job);
lmi_warn("Failed to make cim instance out of job \"%s\": %s",
- jobid, status.msg);
+ jobid, CMGetCharsPtr(status.msg, NULL));
g_free(jobid);
continue;
}
@@ -129,7 +129,7 @@ static CMPIStatus LMI_SoftwareInstallationJobGetInstance(
if (status.msg) {
jobid = lmi_job_get_jobid(job);
lmi_warn("Failed to make cim instance out of job \"%s\": %s",
- jobid, status.msg);
+ jobid, CMGetCharsPtr(status.msg, NULL));
g_free(jobid);
return status;
}