summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocore/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/logging.h b/include/osmocore/logging.h
index 7bf24403..70e8f149 100644
--- a/include/osmocore/logging.h
+++ b/include/osmocore/logging.h
@@ -84,7 +84,7 @@ struct log_target {
union {
struct {
FILE *out;
- } tgt_stdout;
+ } tgt_file;
struct {
int priority;