chiark / gitweb /
Pass log config from systemd to systemd-shutdown
[elogind.git] / src / shared / log.c
index ee20921f7843845e3479a04cb2400b43f8f1cc5b..3e48b3ccc24f303e41229a3f198942bcd09aa05a 100644 (file)
@@ -927,10 +927,18 @@ void log_show_color(bool b) {
         show_color = b;
 }
 
+bool log_get_show_color(void) {
+        return show_color;
+}
+
 void log_show_location(bool b) {
         show_location = b;
 }
 
+bool log_get_show_location(void) {
+        return show_location;
+}
+
 int log_show_color_from_string(const char *e) {
         int t;