tuned message;
authorwenzelm
Thu, 06 May 2021 23:20:02 +0200
changeset 73638 a6a9162f3ec1
parent 73637 f3a356c64193
child 73639 e1432539df35
tuned message;
src/Pure/System/platform.scala
--- a/src/Pure/System/platform.scala	Thu May 06 23:09:19 2021 +0200
+++ b/src/Pure/System/platform.scala	Thu May 06 23:20:02 2021 +0200
@@ -42,7 +42,7 @@
       else if (platform == linux) "x86_64-linux"
       else if (platform == macos) "x86_64-darwin"
       else if (platform == windows) "x86_64-cygwin"
-      else error("Unknown platform family " + quote(platform.toString))
+      else error("Bad platform family: " + quote(platform.toString))
   }