Skip to content

Commit 49cf4ec

Browse files
committed
journal: downgrade comments about sd_journal_print_with_location()
Effectviely these calls are ABI anyway, so downgrade the comments a bit, since it might actually be useful for language bindings to make use of them.
1 parent 58f299e commit 49cf4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systemd/sd-journal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int sd_journal_send(const char *format, ...) _sd_printf_(1, 0) _sd_sentinel_;
4242
int sd_journal_sendv(const struct iovec *iov, int n);
4343
int sd_journal_perror(const char *message);
4444

45-
/* Used by the macros below. Don't call this directly. */
45+
/* Used by the macros below. You probably don't want to call this directly. */
4646
int sd_journal_print_with_location(int priority, const char *file, const char *line, const char *func, const char *format, ...) _sd_printf_(5, 6);
4747
int sd_journal_printv_with_location(int priority, const char *file, const char *line, const char *func, const char *format, va_list ap) _sd_printf_(5, 0);
4848
int sd_journal_send_with_location(const char *file, const char *line, const char *func, const char *format, ...) _sd_printf_(4, 0) _sd_sentinel_;

0 commit comments

Comments
 (0)