Signed-off-by: Francois Gouget fgouget@codeweavers.com --- This form is easier on the eyes. Dissect and LogUtils can just get one more rule to highlight these like they already do for the 'dll is a stub' and 'dll is missing' lines. --- programs/winetest/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/winetest/main.c b/programs/winetest/main.c index 9ad3baa8981..6056dee2a75 100644 --- a/programs/winetest/main.c +++ b/programs/winetest/main.c @@ -974,7 +974,7 @@ extract_test_proc (HMODULE hModule, LPCSTR lpszType, LPSTR lpszName, LONG_PTR lP } else if (is_native_dll(dll)) { - xprintf (" %s=load error Configured as native\n", dllname); + xprintf (" %s=dll is native\n", dllname); nr_native_dlls++; run = FALSE; }