phosphor-logging: srcrev bump acb7c106a0..0e1593ec71

Matt Spinler (16):
      PEL: Add HostInterface base class
      PEL: Add HostNotifier class
      PEL: Logic to enqueue a PEL to send to host
      PEL: Fill in host command response handler
      PEL: Fill in host state change callback
      PEL: Take a PEL off the queue and send to host
      PEL: Mock the new PEL available cmd
      PEL: On new PEL, send to host if necessary
      PEL: Support for the host acking a PEL
      PEL: Notifier support for 'host full'
      PEL: Receive a 'bad PEL' indication from host
      PEL: Add PLDM command handler
      PEL: Create the PLDMInterface class
      PEL: Add PEL D-Bus methods
      PEL: Close PEL FD after getPEL call
      PEL: Add additional HostNotifier documentation

Change-Id: I53e8d2c27e6091b80ef2812dad77edabf6b40bbf
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/logging/phosphor-logging_git.bb b/recipes-phosphor/logging/phosphor-logging_git.bb
index e0ef348..4a3ca16 100644
--- a/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -54,7 +54,7 @@
 "
 
 SRC_URI += "git://github.com/openbmc/phosphor-logging"
-SRCREV = "acb7c106a0ded9b9ef96e3c39ce573c919fb9425"
+SRCREV = "0e1593ec7102b3a4e273953b2ffb6babae421213"
 
 S = "${WORKDIR}/git"