chiark / gitweb /
manager: reword some error messages regarding "logs"
authorLennart Poettering <lennart@poettering.net>
Tue, 31 Aug 2010 22:32:32 +0000 (00:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 31 Aug 2010 22:32:32 +0000 (00:32 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=627785

src/manager.c
src/systemctl.c

index bc589bacc7ffd8e1c17f0d6ac7d2e8b8b2741a1a..517473b802de5a0aa8408c83213e539f54743c39 100644 (file)
@@ -989,7 +989,7 @@ static int transaction_verify_order_one(Manager *m, Job *j, Job *from, unsigned
 
                 log_error("Unable to break cycle");
 
 
                 log_error("Unable to break cycle");
 
-                dbus_set_error(e, BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC, "Transaction order is cyclic. See logs for details.");
+                dbus_set_error(e, BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC, "Transaction order is cyclic. See system logs for details.");
                 return -ENOEXEC;
         }
 
                 return -ENOEXEC;
         }
 
@@ -1403,7 +1403,7 @@ static int transaction_add_job_and_dependencies(
         }
 
         if (type != JOB_STOP && unit->meta.load_state == UNIT_ERROR) {
         }
 
         if (type != JOB_STOP && unit->meta.load_state == UNIT_ERROR) {
-                dbus_set_error(e, BUS_ERROR_LOAD_FAILED, "Unit %s failed to load: %s. You might find more information in the logs.",
+                dbus_set_error(e, BUS_ERROR_LOAD_FAILED, "Unit %s failed to load: %s. You might find more information in the system logs.",
                                unit->meta.id,
                                strerror(-unit->meta.load_error));
                 return -EINVAL;
                                unit->meta.id,
                                strerror(-unit->meta.load_error));
                 return -EINVAL;
index a85257ff6e0e35541c4c9c880f0768e2b71b6003..41aea093cd01621d0027467a9b3c57666b0f2b15 100644 (file)
@@ -1081,7 +1081,7 @@ static int wait_for_jobs(DBusConnection *bus, Set *s) {
                 ;
 
         if (!arg_quiet && d.failed)
                 ;
 
         if (!arg_quiet && d.failed)
-                log_error("Job failed, see logs for details.");
+                log_error("Job failed, see system logs for details.");
 
         r = d.failed ? -EIO : 0;
 
 
         r = d.failed ? -EIO : 0;