diff options
-rw-r--r-- | lib/class/vauth.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php index 30dfe10c..5e928039 100644 --- a/lib/class/vauth.class.php +++ b/lib/class/vauth.class.php @@ -83,7 +83,7 @@ class vauth { $results = self::get_session_data($key); if (!is_array($results)) { - debug_event('SESSION', 'Error unable to read session from key ' . $key . ' no data found', '1'); + debug_event('SESSION', 'Unable to read session from key ' . $key . ' no data found', 5); return ''; } |