The SYNTH_UUID property also shows it in UUID format, and so does the
kernel and its docs otherwise, hence accept our fate and also output it
in UUID.
/* If the user asked for it, write event UUID to stdout */
if (arg_uuid)
- printf(SD_ID128_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(id));
+ printf(SD_ID128_UUID_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(id));
if (settle_hashmap) {
_cleanup_free_ sd_id128_t *mid = NULL;
printf("settle %s\n", syspath);
if (arg_uuid)
- printf("settle " SD_ID128_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(*settle_id));
+ printf("settle " SD_ID128_UUID_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(*settle_id));
free(hashmap_remove(settle_hashmap, syspath));
free(k);