Update TTSCommandPlayerImpl.java

This commit is contained in:
vshcherb 2013-04-06 00:28:35 +03:00
parent 1e04607984
commit e5b53dcb7e

View file

@ -124,7 +124,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
i.putExtra("sender", "OsmAnd");
i.putExtra("notificationData", notificationData);
mTtsContext.sendBroadcast(i);
log.info("Send message to pebble " + message)
log.info("Send message to pebble " + message);
}
private void initializeEngine(final Context ctx, final Activity act)