On Tue, 26.06.12 01:52, David Strauss (da...@davidstrauss.net) wrote: > diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h > index 85f8604..792e31f 100644 > --- a/src/systemd/sd-journal.h > +++ b/src/systemd/sd-journal.h > @@ -35,7 +35,7 @@ extern "C" { > #endif > > /* Write to daemon */ > -int sd_journal_print(int piority, const char *format, ...) > __attribute__ ((format (printf, 2, 3))); > +int sd_journal_print(int priority, const char *format, ...) > __attribute__ ((format (printf, 2, 3))); > int sd_journal_printv(int priority, const char *format, va_list ap); > int sd_journal_send(const char *format, ...) __attribute__((sentinel)); > int sd_journal_sendv(const struct iovec *iov, int n);
Thanks! Applied! Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel