Commit 739a5259 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Upgrade warning about missing interned string for sandbox

parent 5aaac938
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -883,7 +883,8 @@ sandbox_intern_string(const char *str)
    }
  }

  log_info(LD_GENERAL, "(Sandbox) Parameter %s not found", str);
  if (sandbox_active)
    log_warn(LD_BUG, "No interned sandbox parameter found for %s", str);
  return str;
}