Fix a bug: vmodule didn't work with gflags. Since
author <shinichiro.hamaji@gmail.com> <>
Fri, 17 Oct 2008 11:53:23 +0000 (11:53 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Fri, 17 Oct 2008 11:53:23 +0000 (11:53 +0000)
commit2ed196e07a231a5cc4463c5fa05b8e9e4a79c216
treea5d5822fc3a3087ff883cfeef9086aba9621de26
parent364832195d0d333910cf63cf98ac16fdb82ebd55
Fix a bug: vmodule didn't work with gflags. Since
gflags isn't initialized when REGISTER_MODULE_INITIALIZER is invoked,
we couldn't initialize vmodule_list properly. Modified to call
VLOG2Initializer in the first call of InitVLOG3__.

git-svn-id: https://google-glog.googlecode.com/svn/trunk@8 eb4d4688-79bd-11dd-afb4-1d65580434c0
src/vlog_is_on.cc