changeset 13614:e186876efaf3

[gaim-migrate @ 16000] Apparently this was confusing to some people. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 10 Apr 2006 21:25:36 +0000
parents 723fd573111c
children 6bf81c38b458
files src/win32/win32dep.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/win32/win32dep.c	Mon Apr 10 20:55:03 2006 +0000
+++ b/src/win32/win32dep.c	Mon Apr 10 21:25:36 2006 +0000
@@ -139,7 +139,7 @@
 	FARPROC proc = 0;
 
 	if(!(hmod = GetModuleHandle(dllname))) {
-		gaim_debug(GAIM_DEBUG_WARNING, "wgaim", "%s not found. Loading it..\n", dllname);
+		gaim_debug(GAIM_DEBUG_WARNING, "wgaim", "%s not already loaded; loading it...\n", dllname);
 		if(!(hmod = LoadLibrary(dllname))) {
 			gaim_debug(GAIM_DEBUG_ERROR, "wgaim", "Could not load: %s\n", dllname);
 			return NULL;