]> git.evergreen-ils.org Git - OpenSRF.git/commit - src/libopensrf/osrf_application.c
Set the appname to the logging routines at the beginning of
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 3 May 2010 02:23:59 +0000 (02:23 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 3 May 2010 02:23:59 +0000 (02:23 +0000)
commit3e175e856c6348e17aa6bc2ecddb958597f4d1a4
tree9ba141afccc0ddea6a05883f92e31596e628105a
parentba62cbe78efab19f4208f6f3b6ce36346815c1ee
Set the appname to the logging routines at the beginning of
osrfAppRegisterApplication() instead of at the end, so that messages
issued during initialization of the application will be properly
identified.  This change particularly affects apps that do a lot
of initialization, such as cstore, rstore, and pcrud.

M    src/libopensrf/osrf_application.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1952 9efc2488-bf62-4759-914b-345cdb29e865
src/libopensrf/osrf_application.c