]> git.evergreen-ils.org Git - OpenSRF.git/commit
Comment out an error message added in the previous patch.
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Sep 2009 03:58:13 +0000 (03:58 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Sep 2009 03:58:13 +0000 (03:58 +0000)
commit6f41e98c29418df437755830140cb085c47e268c
tree6df6f7bccf8e751c5bbb8421c45c00752c247086
parentfcf80743c6088334f3ceaa297f7fe3f19acff8bf
Comment out an error message added in the previous patch.

The error message reported what looks like an error condition:
the config file doesn't provide transport info.  However what
appears to be happening is that the program tries to read
several different sections of the config file, of which some
are relevant and some aren't, due to some overloading of the
<routers> tag.  As a result it routinely spawns irrelevant
children, only to watch them die.

There's got to be a better way, but for now I'll just
suppress the error message.

M    src/router/osrf_router_main.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1800 9efc2488-bf62-4759-914b-345cdb29e865
src/router/osrf_router_main.c