Skip to content

Commit c6632f8

Browse files
authored
Merge branch 'JeffersonLab:development' into development
2 parents 5ad4bd7 + c7c9910 commit c6632f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/decode/CodaEventDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ else if(tiEntries.size()>1) {
156156
if(this.timeStampErrors<100) {
157157
System.err.println("WARNING: mismatch in TI time stamps: crate "
158158
+ tiEntries.get(i).getDescriptor().getCrate() + " reports "
159-
+ tiEntries.get(i).getTimeStamp() + " instead of the " + ts
159+
+ tiEntries.get(i).getTimeStamp() + " instead of the " + tiEntries.get(i0).getTimeStamp()
160160
+ " from crate " + tiEntries.get(i0).getDescriptor().getCrate());
161161
}
162162
else if(this.timeStampErrors==100) {

0 commit comments

Comments
 (0)