30 lines
825 B
Diff
30 lines
825 B
Diff
From 833034f5332d2492d413a9c97fded1480b58bf14 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Tikhonov <atikhono@redhat.com>
|
|
Date: Wed, 21 Oct 2020 18:47:32 +0200
|
|
Subject: [PATCH 3/4] DEBUG: journal_send() was made static
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Reviewed-by: Tomáš Halman <thalman@redhat.com>
|
|
---
|
|
src/util/debug.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/util/debug.c b/src/util/debug.c
|
|
index 1d5f75e4d..c162987b9 100644
|
|
--- a/src/util/debug.c
|
|
+++ b/src/util/debug.c
|
|
@@ -201,7 +201,7 @@ static void debug_printf(const char *format, ...)
|
|
}
|
|
|
|
#ifdef WITH_JOURNALD
|
|
-errno_t journal_send(const char *file,
|
|
+static errno_t journal_send(const char *file,
|
|
long line,
|
|
const char *function,
|
|
int level,
|
|
--
|
|
2.21.3
|
|
|