revert my patch
authorMiguel de Icaza <miguel@gnome.org>
Tue, 5 Feb 2002 16:48:39 +0000 (16:48 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 5 Feb 2002 16:48:39 +0000 (16:48 -0000)
svn path=/trunk/mono/; revision=2240

mono/metadata/class.c

index ebd282397ef3561b934e5703f3c0f1bba026fcf2..3a906fa7fa0947d45c75d5e54e4687f8b78a2f0f 100644 (file)
@@ -76,7 +76,7 @@ mono_class_create_from_typeref (MonoImage *image, guint32 type_token)
                 * detected a reference to mscorlib, we simply return a reference to a dummy 
                 * until we have a better solution.
                 */
-               /* fprintf(stderr, "Sending dummy where %s.%s expected\n", mono_metadata_string_heap (image, cols [MONO_TYPEREF_NAMESPACE]), mono_metadata_string_heap (image, cols [MONO_TYPEREF_NAME]));  */
+               fprintf(stderr, "Sending dummy where %s.%s expected\n", mono_metadata_string_heap (image, cols [MONO_TYPEREF_NAMESPACE]), mono_metadata_string_heap (image, cols [MONO_TYPEREF_NAME])); 
                
                res = mono_class_from_name (image, "System", "MonoDummy");
                /* prevent method loading */