1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

vm_dump.c: improve wording of apple crashlog messages

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tmm1 2013-12-19 23:18:14 +00:00
parent d885666b20
commit 4ece8eea11

View file

@ -725,7 +725,7 @@ rb_vm_bugreport(void)
" * /Library/Logs/CrashReporter\n" " * /Library/Logs/CrashReporter\n"
" * ~/Library/Logs/DiagnosticReports\n" " * ~/Library/Logs/DiagnosticReports\n"
" * /Library/Logs/DiagnosticReports\n" " * /Library/Logs/DiagnosticReports\n"
" the more detail of.\n" " for more details.\n"
"\n", "\n",
stderr); stderr);
#endif #endif