Forgotten in previous commit
authorYugo Nagata <nagata@sraoss.co.jp>
Fri, 28 Feb 2014 10:51:02 +0000 (19:51 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Fri, 28 Feb 2014 10:51:26 +0000 (19:51 +0900)
pool_config.l

index 9a3a95a423c47b1428131d3ee0f78364c1427e73..f93cc0d93375ff6520ba9d47758c2c951bc50d34 100644 (file)
@@ -1844,7 +1844,7 @@ int pool_get_config(char *confpath, POOL_CONFIG_CONTEXT context)
                                fclose(fd);
                                return(-1);
                        }
-                       pool_config->debug_level = v;
+                       pool_config->debug_level |= v;
                }
 
                else if (!strcmp(key, "relcache_expire") && CHECK_CONTEXT(INIT_CONFIG|RELOAD_CONFIG, context))