Mark log entries comming from ruffy.
This commit is contained in:
parent
c8c4cf2813
commit
314a551c96
|
@ -95,12 +95,12 @@ public class RuffyScripter {
|
||||||
private IRTHandler mHandler = new IRTHandler.Stub() {
|
private IRTHandler mHandler = new IRTHandler.Stub() {
|
||||||
@Override
|
@Override
|
||||||
public void log(String message) throws RemoteException {
|
public void log(String message) throws RemoteException {
|
||||||
log.trace(message);
|
log.trace("Ruffy says: " + message);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void fail(String message) throws RemoteException {
|
public void fail(String message) throws RemoteException {
|
||||||
log.warn(message);
|
log.warn("Ruffy warns: " + message);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue