summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-03-23 05:30:49 +0000
committerChristopher Faylor <me@cgf.cx>2011-03-23 05:30:49 +0000
commitbb991481c5373108c9717ac7f9fbd28dfbcd2f28 (patch)
tree0244298775ee27163aff1e73af088d4c0df24b3f /winsup/cygwin/autoload.cc
parent4fcb78d9d35bd89b667970ffed1f37d075540160 (diff)
downloadcygnal-bb991481c5373108c9717ac7f9fbd28dfbcd2f28.tar.gz
cygnal-bb991481c5373108c9717ac7f9fbd28dfbcd2f28.tar.bz2
cygnal-bb991481c5373108c9717ac7f9fbd28dfbcd2f28.zip
* autoload.cc (dll_load): Change error message to make it clear if a newer DLL
is being run.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index f959edd6b..3cb68bafe 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -278,7 +278,7 @@ std_dll_init ()
else if ((func->decoration & 1))
dll->handle = INVALID_HANDLE_VALUE;
else
- api_fatal ("could not load %W, %E", dll_path);
+ api_fatal ("unable to load %W, %E", dll_path);
}
fesetenv (&fpuenv);
}