]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
log when including a file
authorEvan Prodromou <evan@status.net>
Sat, 3 Dec 2011 17:31:47 +0000 (12:31 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 3 Dec 2011 17:31:47 +0000 (12:31 -0500)
lib/statusnet.php

index 5a20789e01e851b7394258b4c4de7f8d400ebd31..cd785165289b4085ef40fee3920b8d52fe3dacce 100644 (file)
@@ -362,6 +362,7 @@ class StatusNet
             if (@file_exists($_config_file)) {
                 // Ignore 0-byte config files
                 if (filesize($_config_file) > 0) {
+                    common_log(LOG_INFO, "Including config file: " . $_config_file);
                     include($_config_file);
                     self::$have_config = true;
                 }