bmcweb: srcrev bump 59ba63885e..1ccf70f116

Myung Bae (2):
      Fix logging level handling
      Show Update error type on logs if unknown

Change-Id: Ibff3bf74ac609e07d8d46f349e07f0d05d79bfb8
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 16f59d4..dc6b32b 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "59ba63885eadecea4bd722141cd41bffecf96397"
+SRCREV = "1ccf70f116b28a0f78404b914a789ce05f411ddf"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"