Skip to content

Commit de1ece8

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 6319 b: refs/heads/tswast-patch-1 c: 8e595a7 h: refs/heads/master i: 6317: bc5cdde 6315: 5b3f53b 6311: 0008d41 6303: 2358851
1 parent f5d01e0 commit de1ece8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 4e7aa3ad2949d127fe023604f640daabf9e86a1d
60+
refs/heads/tswast-patch-1: 8e595a7d5770967485ea04a6950cd91f9e0fa585
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/testing/LocalGcdHelper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ private static class ProcessErrorStreamReader extends Thread {
239239

240240
void terminate() throws IOException {
241241
terminated = true;
242-
writeLog(currentLogLevel, currentLog);
243242
errorReader.close();
244243
}
245244

@@ -253,14 +252,14 @@ public void run() {
253252
nextLine = errorReader.readLine();
254253
if (nextLine == null) {
255254
terminated = true;
256-
writeLog(currentLogLevel, currentLog);
257255
} else {
258256
processLogLine(previousLine, nextLine);
259257
}
260258
} catch (IOException e) {
261259
// ignore
262260
}
263261
}
262+
writeLog(currentLogLevel, currentLog);
264263
}
265264

266265
private void processLogLine(String previousLine, String nextLine) {

0 commit comments

Comments
 (0)