Import phosphor-logging header files from new directory.

Phase2: Changing the phosphor-logging header files import from
base dir to files under phosphor-logging folder. Once all projects
import from the new dir, the files in the base dir will be deleted.

Change-Id: I722b5906af45814c32a8717759e57c90c33cd88f
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/scripts/unit-test.py b/scripts/unit-test.py
index d23a6cf..a671647 100755
--- a/scripts/unit-test.py
+++ b/scripts/unit-test.py
@@ -141,7 +141,7 @@
         'AC_CHECK_HEADER': {
             'host-ipmid': 'phosphor-host-ipmid',
             'sdbusplus': 'sdbusplus',
-            'log.hpp': 'phosphor-logging',
+            'phosphor-logging/log.hpp': 'phosphor-logging',
         },
         'AC_PATH_PROG': {'sdbus++': 'sdbusplus'},
         'PKG_CHECK_MODULES': {