mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Don't log stdout (unused) by syncthing).
This commit is contained in:
parent
ed4c2dc275
commit
b67c625318
1 changed files with 1 additions and 2 deletions
|
@ -161,8 +161,7 @@ public class SyncthingService extends Service {
|
|||
dos.writeBytes("exit\n");
|
||||
dos.flush();
|
||||
|
||||
log(process.getInputStream(), Log.INFO);
|
||||
log(process.getErrorStream(), Log.WARN);
|
||||
log(process.getErrorStream(), Log.INFO);
|
||||
|
||||
ret = process.waitFor();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue