chiark / gitweb /
journal: use a macro to check for file header flags
[elogind.git] / src / journal / journalctl.c
index ba678a289fb7269277c49155ed54b63a7ec28a9a..e61ddf6d9244a957f1d0191556180d6b4cfdb29f 100644 (file)
@@ -478,7 +478,7 @@ static int setup_keys(void) {
                 return log_oom();
 
         if (access(p, F_OK) >= 0) {
-                log_error("Evolving key file %s exists already.", p);
+                log_error("Sealing key file %s exists already.", p);
                 r = -EEXIST;
                 goto finish;
         }