[diablu commit] r325 - trunk/SMS2OSC/src/pt/citar/diablu/sms2osc/parser

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 16, 2008, 12:59:08 PM12/16/08
to diablu...@googlegroups.com
Author: pedro.r.santos
Date: Tue Dec 16 09:14:39 2008
New Revision: 325

Modified:
trunk/SMS2OSC/src/pt/citar/diablu/sms2osc/parser/S2OSMSParser.java

Log:


Modified: trunk/SMS2OSC/src/pt/citar/diablu/sms2osc/parser/S2OSMSParser.java
==============================================================================
--- trunk/SMS2OSC/src/pt/citar/diablu/sms2osc/parser/S2OSMSParser.java
(original)
+++ trunk/SMS2OSC/src/pt/citar/diablu/sms2osc/parser/S2OSMSParser.java Tue
Dec 16 09:14:39 2008
@@ -133,7 +133,7 @@
s2o.getLogger().log(Level.INFO, "OSC Message Sent:
/diablu/sms2osc/" + command + " " + msg.substring(command.length() + 1,
msg.length()));
}
} else {
- s2o.getOscClient().send(new
OSCMessage("/diablu/sms2osc/commandNotFound", new Object[]{message}));
+ s2o.getOscClient().send(new
OSCMessage("/diablu/sms2osc/commandNotFound", new Object[]{msg}));
s2o.getLogger().log(Level.INFO, "OSC Message Sent:
/diablu/sms2osc/commandNotFound" + command);
}
}

Reply all
Reply to author
Forward
0 new messages