chiark / gitweb /
core/smack: downgrade info to debug
[elogind.git] / src / journal / sd-journal.c
index 19123544b34bd5dcd3f31f7b044bd1aea46667be..fa04bfdfc87eb15c6f885ebdffc845ec3b20f633 100644 (file)
@@ -1868,7 +1868,7 @@ _public_ int sd_journal_get_data(sd_journal *j, const char *field, const void **
                         *data = o->data.payload;
                         *size = t;
 
-                        return 1;
+                        return 0;
                 }
 
                 r = journal_file_move_to_object(f, OBJECT_ENTRY, f->current_offset, &o);