Commit 55e74c2 1 parent 9f6d586 commit 55e74c2 Copy full SHA for 55e74c2
File tree 2 files changed +7
-1
lines changed
SpiNNaker-comms/src/main/java/uk/ac/manchester/spinnaker
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -151,4 +151,9 @@ public void close() {
151
151
public ChipLocation getLocation () {
152
152
return connection .getChip ();
153
153
}
154
+
155
+ @ Override
156
+ public String toString () {
157
+ return "Throttled: " + connection .toString ();
158
+ }
154
159
}
Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ public void close() throws IOException {
149
149
public void fastWrite (HasChipLocation boardLocalDestination ,
150
150
MemoryLocation baseAddress , ByteBuffer data )
151
151
throws IOException , InterruptedException {
152
- log .info ("Fast writing to board relative location "
152
+ log .info ("Fast writing via " + gathererCore + ": " + connection
153
+ + " to board relative location "
153
154
+ boardLocalDestination + " address " + baseAddress
154
155
+ " " + data .remaining () + " bytes" );
155
156
int timeoutCount = 0 ;
You can’t perform that action at this time.
0 commit comments