summaryrefslogtreecommitdiff
path: root/src/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-19 21:49:03 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-19 21:49:03 +0200
commit9a6bca7aada334cdcf10ae8e526de1f7f581da4f (patch)
treedf022d21dfb094e9e1b03a2aeec2a0abd563e918 /src/execute.h
parent88481092675c24e179d6047d70008172000217ec (diff)
execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nomenclature
Diffstat (limited to 'src/execute.h')
-rw-r--r--src/execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execute.h b/src/execute.h
index be73542d4b..d42e0ba9d9 100644
--- a/src/execute.h
+++ b/src/execute.h
@@ -56,7 +56,7 @@ typedef enum ExecOutput {
EXEC_OUTPUT_NULL,
EXEC_OUTPUT_TTY,
EXEC_OUTPUT_SYSLOG,
- EXEC_OUTPUT_KERNEL,
+ EXEC_OUTPUT_KMSG,
EXEC_OUTPUT_SOCKET,
_EXEC_OUTPUT_MAX,
_EXEC_OUTPUT_INVALID = -1