mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 12:51:16 +00:00
Use correct stream for syncthing console output (fixes #115).
This commit is contained in:
parent
36de750b3f
commit
a90502dd5c
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class SyncthingService extends Service {
|
||||||
dos.writeBytes("exit\n");
|
dos.writeBytes("exit\n");
|
||||||
dos.flush();
|
dos.flush();
|
||||||
|
|
||||||
log(process.getErrorStream());
|
log(process.getInputStream());
|
||||||
|
|
||||||
ret = process.waitFor();
|
ret = process.waitFor();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue