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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-338-g16fb026
Date: Sun, 25 Dec 2011 11:04:33 +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  16fb026cdccb036396fef32c1a6f56fe86a13dbc (commit)
      from  4d38aee466e61305538c25bb505c5de4e5369832 (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=16fb026cdccb036396fef32c1a6f56fe86a13dbc


commit 16fb026cdccb036396fef32c1a6f56fe86a13dbc
Author: Pawel Kot <address@hidden>
Date:   Sun Dec 25 12:04:07 2011 +0100

    Fix typo and make messages more meaningful.

diff --git a/common/device.c b/common/device.c
index 64d3fdd..f73af34 100644
--- a/common/device.c
+++ b/common/device.c
@@ -8,7 +8,7 @@
 
   Copyright (C) 1999-2000 Hugh Blemings & Pavel Janík ml.
   Copyright (C) 2001      Chris Kemp
-  Copyrught (C) 2001-2011 Pawel Kot
+  Copyright (C) 2001-2011 Pawel Kot
   Copyright (C) 2002-2003 BORBELY Zoltan
   Copyright (C) 2002      Pavel Machek, Marcin Wiacek
 
@@ -127,7 +127,7 @@ int device_open(const char *file, int with_odd_parity, int 
with_async,
         * handle config file connect_script:
         */
        if (device_script(state->device.fd, "connect_script", state) == -1) {
-               dprintf("gnokii open device: connect_script\n");
+               dprintf("gnokii open device: connect_script failure\n");
                device_close(state);
                return 0;
        }
@@ -143,7 +143,7 @@ void device_close(struct gn_statemachine *state)
         * handle config file disconnect_script:
         */
        if (device_script(state->device.fd, "disconnect_script", state) == -1)
-               dprintf("gnokii device close: disconnect_script\n");
+               dprintf("gnokii device close: disconnect_script failure\n");
 
        switch (state->device.type) {
        case GN_CT_DKU2:

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

Summary of changes:
 common/device.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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