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-52


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-520-g3a6d5db
Date: Tue, 30 Apr 2013 08:31:08 +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  3a6d5db5ddc4613ee52a8ddd320b25aceb343d2b (commit)
       via  fcd7878b7d539f412ceb51c7e3fb8d5cbd2832db (commit)
      from  62e1e364e69f66ce7f4f7d7a848ac79281c27268 (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=3a6d5db5ddc4613ee52a8ddd320b25aceb343d2b


commit 3a6d5db5ddc4613ee52a8ddd320b25aceb343d2b
Author: Daniele Forsi <address@hidden>
Date:   Tue Apr 30 10:25:18 2013 +0200

    Add missing debug messages

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index cf6e23b..6e87392 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2706,6 +2706,7 @@ static gn_error NK6510_IncomingFile(int messagetype, 
unsigned char *message, int
                }
                break;
        default:
+               dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
                error =  GN_ERR_UNHANDLEDFRAME;
                break;
        }
@@ -5192,10 +5193,12 @@ static gn_error NK6510_IncomingRadio(int messagetype, 
unsigned char *message, in
                return GN_ERR_NONE;
                break;
        default:
+               dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
+               return GN_ERR_UNHANDLEDFRAME;
                break;
        }
 
-       return GN_ERR_UNHANDLEDFRAME;
+       return GN_ERR_NONE;
 }
 
 /*****************/
@@ -5297,7 +5300,7 @@ static gn_error NK6510_IncomingSecurity(int messagetype, 
unsigned char *message,
                        data->security_code->type = GN_SCT_None;
                        break;
                default:
-                       dprintf("Unknown!\n");
+                       dprintf("%s: Unknown sub-subtype 0x%02x\n", 
__FUNCTION__, message[4]);
                        return GN_ERR_UNHANDLEDFRAME;
                }
                break;
@@ -6443,6 +6446,7 @@ static gn_error NK6510_IncomingSound(int messagetype, 
unsigned char *message, in
                break;
 
        default:
+               dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
                return GN_ERR_UNHANDLEDFRAME;
        }
 

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=fcd7878b7d539f412ceb51c7e3fb8d5cbd2832db


commit 3a6d5db5ddc4613ee52a8ddd320b25aceb343d2b
Author: Daniele Forsi <address@hidden>
Date:   Tue Apr 30 10:25:18 2013 +0200

    Add missing debug messages

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index cf6e23b..6e87392 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2706,6 +2706,7 @@ static gn_error NK6510_IncomingFile(int messagetype, 
unsigned char *message, int
                }
                break;
        default:
+               dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
                error =  GN_ERR_UNHANDLEDFRAME;
                break;
        }
@@ -5192,10 +5193,12 @@ static gn_error NK6510_IncomingRadio(int messagetype, 
unsigned char *message, in
                return GN_ERR_NONE;
                break;
        default:
+               dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
+               return GN_ERR_UNHANDLEDFRAME;
                break;
        }
 
-       return GN_ERR_UNHANDLEDFRAME;
+       return GN_ERR_NONE;
 }
 
 /*****************/
@@ -5297,7 +5300,7 @@ static gn_error NK6510_IncomingSecurity(int messagetype, 
unsigned char *message,
                        data->security_code->type = GN_SCT_None;
                        break;
                default:
-                       dprintf("Unknown!\n");
+                       dprintf("%s: Unknown sub-subtype 0x%02x\n", 
__FUNCTION__, message[4]);
                        return GN_ERR_UNHANDLEDFRAME;
                }
                break;
@@ -6443,6 +6446,7 @@ static gn_error NK6510_IncomingSound(int messagetype, 
unsigned char *message, in
                break;
 
        default:
+               dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
                return GN_ERR_UNHANDLEDFRAME;
        }
 

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

Summary of changes:
 common/phones/nk6510.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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