Fix D-Bus path for single-host POST code snoop

phosphor-post-code-manager was already updated to watch for POST code
updates at Raw0, which broke POST code monitoring on single-host
configurations. While the full change for multi-host support is still in
progress, this allows the single-host usage to continue working.

Tested: With changes
phosphor-post-code-manager: I59ed514f28c2bb9b159f51367c38557bf55bf226
bmcweb: I2fdf97b7aaf8d6471d162f8ed1b72143491ac23f
Power cycled host and verified that new POST codes are added under
/redfish/v1/Systems/system/LogServices/PostCodes/Entries.

Signed-off-by: Jonathan Doman <jonathan.doman@intel.com>
Change-Id: I89ab5f2eef7eab59823df3a063414f3ca3b2949f
diff --git a/lpcsnoop/snoop.hpp b/lpcsnoop/snoop.hpp
index acaeca7..2c89127 100644
--- a/lpcsnoop/snoop.hpp
+++ b/lpcsnoop/snoop.hpp
@@ -5,7 +5,7 @@
 #include <xyz/openbmc_project/State/Boot/Raw/server.hpp>
 
 /* The LPC snoop on port 80h is mapped to this dbus path. */
-#define SNOOP_OBJECTPATH "/xyz/openbmc_project/state/boot/raw"
+#define SNOOP_OBJECTPATH "/xyz/openbmc_project/state/boot/raw0"
 /* The LPC snoop on port 80h is mapped to this dbus service. */
 #define SNOOP_BUSNAME "xyz.openbmc_project.State.Boot.Raw"