Browse Source

Error message formatting

Viktor Söderqvist 10 years ago
parent
commit
13d58d51c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/mysql_tests.erl

+ 2 - 2
test/mysql_tests.erl

@@ -273,7 +273,7 @@ microseconds(Pid) ->
             ok;
         true ->
             error_logger:info_msg("Skipping microseconds test. Microseconds are"
-                                  " not available on MySQL version ~s. Required"
-                                  " version is >= 5.6.4.",
+                                  " not available in MySQL version ~s. Required"
+                                  " version is >= 5.6.4.~n",
                                   [VersionBin])
     end.