Changeset 575 for trunk/lib/DB.inc.php


Ignore:
Timestamp:
Feb 27, 2017 2:16:03 PM (7 years ago)
Author:
anonymous
Message:

Changed LOG_ levels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/DB.inc.php

    r564 r575  
    394394        // Ensure the table exists.
    395395        if (!$this->tableExists($table, $use_cached_results)) {
    396             $app->logMsg(sprintf('Table does not exist: %s', $table), LOG_DEBUG, __FILE__, __LINE__);
     396            $app->logMsg(sprintf('Table does not exist: %s', $table), LOG_NOTICE, __FILE__, __LINE__);
    397397            return false;
    398398        }
Note: See TracChangeset for help on using the changeset viewer.