[pkg-wine-party] [wine] 180/243: user.exe16: Downgrade a couple MESSAGEs to WARNs.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat May 3 04:43:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 39730102aa84ad4718b2eec41cbb595017d618dc
Author: Austin English <austinenglish at gmail.com>
Date:   Tue Apr 15 17:12:48 2014 -0700

    user.exe16: Downgrade a couple MESSAGEs to WARNs.
---
 dlls/user.exe16/message.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/user.exe16/message.c b/dlls/user.exe16/message.c
index 48799ab..935b025 100644
--- a/dlls/user.exe16/message.c
+++ b/dlls/user.exe16/message.c
@@ -882,14 +882,14 @@ LRESULT WINPROC_CallProc16To32A( winproc_callback_t callback, HWND16 hwnd, UINT1
             case 0:
                 if (hi)
                 {
-                    MESSAGE("DDE_ACK: neither atom nor handle!!!\n");
+                    WARN("DDE_ACK: neither atom nor handle!!!\n");
                     hi = 0;
                 }
                 break;
             case 1:
                 break; /* atom, nothing to do */
             case 3:
-                MESSAGE("DDE_ACK: %lx both atom and handle... choosing handle\n", hi);
+                WARN("DDE_ACK: %lx both atom and handle... choosing handle\n", hi);
                 /* fall through */
             case 2:
                 hi = convert_handle_16_to_32(hi, GMEM_DDESHARE);
@@ -1262,14 +1262,14 @@ LRESULT WINPROC_CallProc32ATo16( winproc_callback16_t callback, HWND hwnd, UINT
             case 0:
                 if (hi)
                 {
-                    MESSAGE("DDE_ACK: neither atom nor handle!!!\n");
+                    WARN("DDE_ACK: neither atom nor handle!!!\n");
                     hi = 0;
                 }
                 break;
             case 1:
                 break; /* atom, nothing to do */
             case 3:
-                MESSAGE("DDE_ACK: %lx both atom and handle... choosing handle\n", hi);
+                WARN("DDE_ACK: %lx both atom and handle... choosing handle\n", hi);
                 /* fall through */
             case 2:
                 hi = convert_handle_32_to_16(hi, GMEM_DDESHARE);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list