Browse Source

Merge branch 'v0.2.x' of git.mmcxi.com:mm/logging into v0.2.x

master
Jonathan Strong 6 years ago
parent
commit
5a0640c7a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/influx.rs

+ 1
- 1
src/influx.rs View File

@@ -232,7 +232,7 @@ impl InfluxWriter {
"buf.len()" => buf.len());

match prev {
0 => {
0 if buffer_size > 0 => {
buf.push_str(s);
1
}


Loading…
Cancel
Save