Omit needless verbiage in error message.

This commit is contained in:
riastradh 2020-05-07 20:00:38 +00:00
parent 7318cbc82a
commit 417c0880bd

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: random_seed,v 1.11 2020/05/07 18:15:29 riastradh Exp $ # $NetBSD: random_seed,v 1.12 2020/05/07 20:00:38 riastradh Exp $
# #
# PROVIDE: random_seed # PROVIDE: random_seed
@ -62,7 +62,7 @@ random_load()
fi fi
if ! fs_safe "${random_file}"; then if ! fs_safe "${random_file}"; then
message "Unsafe file system for random seed ${random_file}" message "Unsafe file system"
flags=-i flags=-i
fi fi