gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-50


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-505-g6177d1c
Date: Sun, 28 Apr 2013 18:33:29 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  6177d1cbb2c0bb4975221cd6b0b78dd86ce979a6 (commit)
      from  cc653926257ffedb54419019d55a30900ba2a724 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=6177d1cbb2c0bb4975221cd6b0b78dd86ce979a6


commit 6177d1cbb2c0bb4975221cd6b0b78dd86ce979a6
Author: Daniele Forsi <address@hidden>
Date:   Sun Apr 28 19:41:26 2013 +0200

    Make debug message consistent with others
    
    The number "14" was meant to be the hexadecimal value of NK7110_MSG_FOLDER.

diff --git a/common/phones/nk7110.c b/common/phones/nk7110.c
index d1ba7c8..8ab8eee 100644
--- a/common/phones/nk7110.c
+++ b/common/phones/nk7110.c
@@ -1187,7 +1187,7 @@ static gn_error NK7110_IncomingFolder(int messagetype, 
unsigned char *message, i
                return GN_ERR_UNHANDLEDFRAME;
 
        default:
-               dprintf("Message: Unknown message of type 14 : %02x  length: 
%d\n", message[3], length);
+               dprintf("Unknown subtype of type 0x14 (%d)\n", message[3]);
                return GN_ERR_UNHANDLEDFRAME;
        }
        return GN_ERR_NONE;

-----------------------------------------------------------------------

Summary of changes:
 common/phones/nk7110.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]