diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-03-07 02:48:44 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-03-07 02:48:44 +0000 |
commit | 068558f888446691ebbb3df2105948e0d50300a5 (patch) | |
tree | 5224e0fa3e627bc9018af9660198ef15b19c5487 /indra/win_updater | |
parent | c4059553afa289f51f9966b4283b2a62b7103303 (diff) |
merge release@58791 vc8@58828 -> release
Adds Dev Studio 2005 (VC8)
Reviewed by Rob
Diffstat (limited to 'indra/win_updater')
-rw-r--r-- | indra/win_updater/updater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/win_updater/updater.cpp b/indra/win_updater/updater.cpp index ea4e8ced5c..11ccb559c6 100644 --- a/indra/win_updater/updater.cpp +++ b/indra/win_updater/updater.cpp @@ -114,7 +114,7 @@ int WINAPI get_url_into_file(WCHAR *uri, char *path, int *cancelled) { #if _DEBUG DWORD err = GetLastError(); - fprintf(logfile,"InternetQueryDataAvailable Failed: %d bytes\n",total_bytes); + fprintf(logfile,"InternetQueryDataAvailable Failed: %d bytes Err:%d\n",total_bytes,err); fflush(logfile); #endif return success; |