summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-05-29 15:55:38 +0900
committerGitHub <noreply@github.com>2020-05-29 15:55:38 +0900
commitfac729f811d37b8216aa33d67815d953f1190d63 (patch)
treedf57b63813c08670be7757d119a9caf1c7b13254 /src/systemd
parentf6dbcebdc28cabf36e6665b67d52d43192fb88df (diff)
parent8dd7cbce42ba3fb31482964a9c0e772a5b5f5d0a (diff)
downloadsystemd-fac729f811d37b8216aa33d67815d953f1190d63.tar.gz
Merge pull request #15911 from poettering/unit-name-tighten
pid1: improve logging when we encounter a path that is too long to be converted into a mount unit name
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-messages.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systemd/sd-messages.h b/src/systemd/sd-messages.h
index 162b650e64..f5dd0a04c7 100644
--- a/src/systemd/sd-messages.h
+++ b/src/systemd/sd-messages.h
@@ -161,6 +161,11 @@ _SD_BEGIN_DECLARATIONS;
#define SD_MESSAGE_UNSAFE_USER_NAME SD_ID128_MAKE(b6,1f,da,c6,12,e9,4b,91,82,28,5b,99,88,43,06,1f)
#define SD_MESSAGE_UNSAFE_USER_NAME_STR SD_ID128_MAKE_STR(b6,1f,da,c6,12,e9,4b,91,82,28,5b,99,88,43,06,1f)
+#define SD_MESSAGE_MOUNT_POINT_PATH_NOT_SUITABLE \
+ SD_ID128_MAKE(1b,3b,b9,40,37,f0,4b,bf,81,02,8e,13,5a,12,d2,93)
+#define SD_MESSAGE_MOUNT_POINT_PATH_NOT_SUITABLE_STR \
+ SD_ID128_MAKE_STR(1b,3b,b9,40,37,f0,4b,bf,81,02,8e,13,5a,12,d2,93)
+
_SD_END_DECLARATIONS;
#endif