Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
immesys committed Oct 11, 2014
1 parent 4bdc43c commit 10bbbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpinterface/cpinterface.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func dispatchCommands(q *quasar.Quasar, conn net.Conn) {
rl := NewRecordList(rvseg, len(rv))
rla := rl.ToArray()
if len(rla) != len(rv) {
log.Printf("lenrv=%v lenrla=%v",len(rv), len(rva))
log.Printf("lenrv=%v lenrla=%v",len(rv), len(rla))
log.Panic("We got the weird condition");
}
for i, v := range rv {
Expand Down

0 comments on commit 10bbbd2

Please sign in to comment.