Commit 5e9ba094 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Fix incorrect error message


svn:r862
parent 1d9b1550
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -572,7 +572,8 @@ try_next_line:
    value++;

  if(!*end || !*value) { /* only a key on this line. no value. */
    log_fn(LOG_WARN,"Line has keyword '%s' but no value. Skipping.",s);
    *end = 0;
    log_fn(LOG_WARN,"Line has keyword '%s' but no value. Skipping.",key);
    goto try_next_line;
  }
  *end = 0; /* null it out */