Skip to content

Commit 1720fa7

Browse files
committed
Change destination of purge log output
1 parent d0e5ded commit 1720fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/polypheny/control/control/Control.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void purgePolyphenyFolder( Context ctx ) {
134134
getClientCommunicationStream( ctx, "Running in Polyfier mode, all commands are ignored!" );
135135
return;
136136
}
137-
ctx.result( gson.toJson( ServiceManager.purgePolyphenyFolder( getClientCommunicationStream( ctx, "updateOutput" ) ) ) );
137+
ctx.result( gson.toJson( ServiceManager.purgePolyphenyFolder( getClientCommunicationStream( ctx, "logOutput" ) ) ) );
138138
}
139139

140140

0 commit comments

Comments
 (0)