Rearrange early init printouts to not try to use log_module().
authorMichael Poole <mdpoole@troilus.org>
Sun, 11 Mar 2007 22:13:54 +0000 (18:13 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 11 Mar 2007 22:13:54 +0000 (18:13 -0400)
commit17bd13e7864fd229f8a9b47e5216f9e83976d6c1
treea328e468ac0a7d7247dc761e029171ce9a5f4ffc
parent8f9e8c8d9bd7a28b9a099a77f9802f491c1d24a4
Rearrange early init printouts to not try to use log_module().

src/main.c (main): Before log_init() is called and we register MAIN_LOG,
  we cannot log using it -- so do not try to.
src/main.c