2006-07-28 12:05:11

by Hugues Lafarge

[permalink] [raw]
Subject: [Bluez-devel] typo in dbus-test python script


Hi,

Just in case you did'nt notice, there is apparently a typo in the
dbus-test python script in the CVS repository.

Index: hcid/dbus-test
===================================================================
RCS file: /cvsroot/bluez/utils/hcid/dbus-test,v
retrieving revision 1.20
diff -u -r1.20 dbus-test
--- hcid/dbus-test 26 Jun 2006 12:33:13 -0000 1.20
+++ hcid/dbus-test 28 Jul 2006 12:01:58 -0000
@@ -186,7 +186,7 @@
@dbus.decorators.explicitly_pass_message
def mgr_signal_handler(*args, **keywords):
dbus_message = keywords["dbus_message"]
- print '%s: ' % dbus_messsage.get_member()
+ print '%s: ' % dbus_message.get_member()
for arg in args[1:]:
print '%s ' % arg,
print

--
Hugues Lafarge || Email: [email protected]
Agence France Presse || Phone: +33 1 40 41 77 15
4 rue de la bourse, 75002 Paris || Fax: +33 1 40 41 79 24
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This e-mail, and any file transmitted with it, is confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email.

For more information on Agence France-Presse, please visit our web site at http://www.afp.com

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel


2006-07-29 12:54:50

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-devel] typo in dbus-test python script

Hi Hugues,

> Just in case you did'nt notice, there is apparently a typo in the
> dbus-test python script in the CVS repository.
>
> Index: hcid/dbus-test
> ===================================================================
> RCS file: /cvsroot/bluez/utils/hcid/dbus-test,v
> retrieving revision 1.20
> diff -u -r1.20 dbus-test
> --- hcid/dbus-test 26 Jun 2006 12:33:13 -0000 1.20
> +++ hcid/dbus-test 28 Jul 2006 12:01:58 -0000
> @@ -186,7 +186,7 @@
> @dbus.decorators.explicitly_pass_message
> def mgr_signal_handler(*args, **keywords):
> dbus_message = keywords["dbus_message"]
> - print '%s: ' % dbus_messsage.get_member()
> + print '%s: ' % dbus_message.get_member()
> for arg in args[1:]:
> print '%s ' % arg,
> print

you are right. Thanks for pointing this out. It is fixed in the CVS now.

Regards

Marcel



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel