[mono/mono] [2 commits] 72ca429d: [runtime] Make an AOT log message smaller.

"Zoltan Varga ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <000001420c25211c-eaa2c060-7442-49ba-80f1-48b71d23e4c1-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/e7db8e896a18...724f6285a356

   Commit: 72ca429d6ced5d0a5cf9e517e19aa2c49405f4ed
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-10-31 01:31:41 GMT
      URL: https://github.com/mono/mono/commit/72ca429d6ced5d0a5cf9e517e19aa2c49405f4ed

[runtime] Make an AOT log message smaller.

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 failed to load AOT module %s: %s\n", aot_name, err);
+				mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_AOT, "AOT module '%s' not found %s: %s\n", aot_name, err);
 				g_free (err);
 			}
 		}

   Commit: 724f6285a356c5d1a240fe4d0b5de705c1905e7f
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-10-31 01:31:41 GMT
      URL: https://github.com/mono/mono/commit/724f6285a356c5d1a240fe4d0b5de705c1905e7f

Dist README.md.

Changed paths:
  M Makefile.am

Modified: Makefile.am
===================================================================
@@ -27,6 +27,7 @@ update_submodules:
 .PHONY: update_submodules
 
 EXTRA_DIST= \
+		README.md \
 	    LICENSE \
 	    autogen.sh \
 	    build-mingw32.sh \


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.