diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-03 13:09:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-03 13:09:32 +0300 |
| commit | 07e1470892beacf0722276f94bacbd822b002540 (patch) | |
| tree | d8073ee564eb606fb27b35f4e63bf5780ccff212 /internal/clients/maprclient.go | |
| parent | 91ea8398ebc0febce20b9a460f9372998cd0b80f (diff) | |
add dmap tests
Diffstat (limited to 'internal/clients/maprclient.go')
| -rw-r--r-- | internal/clients/maprclient.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/clients/maprclient.go b/internal/clients/maprclient.go index f23aa08..19fe119 100644 --- a/internal/clients/maprclient.go +++ b/internal/clients/maprclient.go @@ -203,7 +203,7 @@ func (c *MaprClient) printResults() { dlog.Client.Raw(rawQuery) if rowsLimit > 0 && numRows > rowsLimit { - dlog.Client.Warn(fmt.Sprintf("Got %d results but limited output to %d rows! Use 'limit' clause to override!", + dlog.Client.Warn(fmt.Sprintf("Got %d results but limited terminal output to %d rows! Use 'limit' clause to override!", numRows, rowsLimit)) } dlog.Client.Raw(result) |
