diff --git a/misc/notifications.rss b/misc/notifications.rss
index f4baa96ca..5d094945b 100644
--- a/misc/notifications.rss
+++ b/misc/notifications.rss
@@ -12,5 +12,10 @@
This is the first notification. We will post these whenever an upcoming major change is about to happen.
Tue, 19 Jan 2016 12:00:00 +0000
+ -
+ Cisco syslog parsing changes
+ We have overhauled the Cisco syslog parsing. Please monitor your syslog entries from Cisco IOS, IOSXR, and CatOS devices. If you notice any issues please open a new issue on GitHub and include the original syslog message.
+ Thu, 03 Mar 2016 12:00:00 +0000
+
diff --git a/tests/SyslogTest.php b/tests/SyslogTest.php
index e6e2d5b75..02d6e22da 100644
--- a/tests/SyslogTest.php
+++ b/tests/SyslogTest.php
@@ -27,7 +27,7 @@ class SyslogTest extends \PHPUnit_Framework_TestCase
public function testCiscoSyslog()
{
// populate fake $dev_cache and $config
- global $config, $dev_cache;
+ global $config, $dev_cache;
$dev_cache['1.1.1.1'] = ['device_id' => 1, 'os' => 'ios', 'version' => 1];;
$confg = array();
$config['syslog_filter'] = array();