Fix meson dump logService build option

Currently 'redfish-sysdump-log' flag does not compiling Dump
LogServices code.

to fix compilation this commit uses 'BMCWEB_ENABLE_REDFISH_DUMP_LOG'

Modified redfish-sysdump-log to redfish-dump-log as both BMC and System
dump are enabled using this flag.

Tested by:
Compiled bmcweb with compilation flag with 'redfish-dump-log'
Verfied Dump Logservices on bmc.

Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
Change-Id: Iaecad125d8a0acfda0b4357534a19580544b15e1
diff --git a/meson.build b/meson.build
index fd18a41..5079bfc 100644
--- a/meson.build
+++ b/meson.build
@@ -70,7 +70,7 @@
 'redfish-dbus-log'                : '-DBMCWEB_ENABLE_REDFISH_DBUS_LOG_ENTRIES',
 'redfish-provisioning-feature'    : '-DBMCWEB_ENABLE_REDFISH_PROVISIONING_FEATURE',
 'redfish-raw-peci'                : '-DBMCWEB_ENABLE_REDFISH_RAW_PECI',
-'redfish-sysdump-log'             : '-DBMCWEB_ENABLE_REDFISH_SYSTEMDUMP_LOG',
+'redfish-dump-log'                : '-DBMCWEB_ENABLE_REDFISH_DUMP_LOG',
 'rest'                            : '-DBMCWEB_ENABLE_DBUS_REST',
 'insecure-sensor-override'        : '-DBMCWEB_INSECURE_UNRESTRICTED_SENSOR_OVERRIDE',
 'static-hosting'                  : '-DBMCWEB_ENABLE_STATIC_HOSTING',