]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/install.c
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
[thirdparty/systemd.git] / src / shared / install.c
index 51d33b80e9871799a921eb4ad8949f173c705d00..9e3d9a63b46f8e197894debf74febd428d626c0d 100644 (file)
@@ -346,7 +346,7 @@ void unit_file_dump_changes(int r, const char *verb, const UnitFileChange *chang
                         if (!quiet)
                                 log_info("Created symlink %s %s %s.",
                                          changes[i].path,
-                                         special_glyph(ARROW),
+                                         special_glyph(SPECIAL_GLYPH_ARROW),
                                          changes[i].source);
                         break;
                 case UNIT_FILE_UNLINK: