]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/fs-util.c
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
[thirdparty/systemd.git] / src / basic / fs-util.c
index 06bae8decf438150a16cb93b885111803cf12426..f25bf2cbbcb6c2400f061ae79d0d6bd45d5ef958 100644 (file)
@@ -686,7 +686,7 @@ static int log_unsafe_transition(int a, int b, const char *path, unsigned flags)
 
         return log_warning_errno(SYNTHETIC_ERRNO(ENOLINK),
                                  "Detected unsafe path transition %s %s %s during canonicalization of %s.",
-                                 n1, special_glyph(ARROW), n2, path);
+                                 n1, special_glyph(SPECIAL_GLYPH_ARROW), n2, path);
 }
 
 static int log_autofs_mount_point(int fd, const char *path, unsigned flags) {