adjust the wording in "multiple rules generate X" warning
authorEvan Martin <martine@danga.com>
Fri, 19 Apr 2013 21:38:23 +0000 (14:38 -0700)
committerEvan Martin <martine@danga.com>
Fri, 19 Apr 2013 21:38:23 +0000 (14:38 -0700)
commitc57fd1a903cb342dc414307088352cdb550d3641
tree61afaeb95b4e95febfb62721e80bac9d80cfd25d
parent0275ead49797dc5b5723d89205bafcd7c313a76d
adjust the wording in "multiple rules generate X" warning

Ideally we'd detect this at build time and only warn if your build
was affected, but that's hard to do.  (Really we should just abort
when this scenario is detected rather than continuing, but now
users are relying on it.)

Hopefully improves issue #543.
src/state.cc