| Newsgroups |
gmane.comp.gnome.mono.patches |
| Message-ID |
<0000014213eda9c3-e672a13a-c0be-464d-a5cc-dfa8c3bcd9c6-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/daccd00b0028...19be2cd66a1a
Commit: 1bcb295fed038eab0dad5bc1e5ce813739bdc6be
Author: Andrea Canciani <[email protected]> (ranma42)
Date: 2013-11-01 10:38:51 GMT
URL: https://github.com/mono/mono/commit/1bcb295fed038eab0dad5bc1e5ce813739bdc6be
[runtime] Fix AOT log message
In 72ca429d6ced5d0a5cf9e517e19aa2c49405f4ed the message format was
refactored and an additional '%s' format specifier was left over.
Changed paths:
M mono/mini/aot-runtime.c
Modified: mono/mini/aot-runtime.c
===================================================================
@@ -1597,7 +1597,7 @@
sofile = mono_dl_open (aot_name, MONO_DL_LAZY, &err);
if (!sofile) {
- mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_AOT, "AOT module '%s' not found %s: %s\n", aot_name, err);
+ mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_AOT, "AOT module '%s' not found: %s\n", aot_name, err);
g_free (err);
}
}
Commit: 19be2cd66a1a034e3e65e396ab593782029823e0
Author: Zoltan Varga <[email protected]> (vargaz)
Date: 2013-11-01 13:47:40 GMT
URL: https://github.com/mono/mono/commit/19be2cd66a1a034e3e65e396ab593782029823e0
Merge pull request #797 from ranma42/fix-log-message
[runtime] Fix AOT log message
Changed paths:
M mono/mini/aot-runtime.c
Modified: mono/mini/aot-runtime.c
===================================================================
@@ -1597,7 +1597,7 @@
sofile = mono_dl_open (aot_name, MONO_DL_LAZY, &err);
if (!sofile) {
- mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_AOT, "AOT module '%s' not found %s: %s\n", aot_name, err);
+ mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_AOT, "AOT module '%s' not found: %s\n", aot_name, err);
g_free (err);
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches