[master 2/2] logging: make loader say 'loader' (#563009).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 loader/log.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/loader/log.c b/loader/log.c
index 01abae8..9e83fea 100644
--- a/loader/log.c
+++ b/loader/log.c
@@ -76,28 +76,28 @@ static void printLogHeader(int level, FILE *outfile) {
     msecs = current_time.tv_usec / 1000;
     switch (level) {
         case DEBUGLVL:
-            fprintf (outfile, "%02d:%02d:%02d,%03d DEBUG   : ", t->tm_hour,
-                     t->tm_min, t->tm_sec, msecs);
+            fprintf (outfile, "%02d:%02d:%02d,%03d DEBUG %s: ", t->tm_hour,
+                     t->tm_min, t->tm_sec, msecs, syslog_facility);
             break;
 
         case INFO:
-            fprintf (outfile, "%02d:%02d:%02d,%03d INFO    : ", t->tm_hour,
-                     t->tm_min, t->tm_sec, msecs);
+            fprintf (outfile, "%02d:%02d:%02d,%03d INFO %s: ", t->tm_hour,
+                     t->tm_min, t->tm_sec, msecs, syslog_facility);
             break;
 
         case WARNING:
-            fprintf (outfile, "%02d:%02d:%02d,%03d WARNING : ", t->tm_hour,
-                     t->tm_min, t->tm_sec, msecs);
+            fprintf (outfile, "%02d:%02d:%02d,%03d WARNING %s: ", t->tm_hour,
+                     t->tm_min, t->tm_sec, msecs, syslog_facility);
             break;
 
         case ERROR:
-            fprintf (outfile, "%02d:%02d:%02d,%03d ERROR   : ", t->tm_hour,
-                     t->tm_min, t->tm_sec, msecs);
+            fprintf (outfile, "%02d:%02d:%02d,%03d ERROR %s: ", t->tm_hour,
+                     t->tm_min, t->tm_sec, msecs, syslog_facility);
             break;
 
         case CRITICAL:
-            fprintf (outfile, "%02d:%02d:%02d,%03d CRITICAL: ", t->tm_hour,
-                     t->tm_min, t->tm_sec, msecs);
+            fprintf (outfile, "%02d:%02d:%02d,%03d CRITICAL %s: ", t->tm_hour,
+                     t->tm_min, t->tm_sec, msecs, syslog_facility);
             break;
     }
 }
-- 
1.6.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux