diff --git a/linux-ramdump-parser-v2/debug_image_v2.py b/linux-ramdump-parser-v2/debug_image_v2.py
index 2361f78372194dbab133d3191633f7bbc4da1201..734ea442ca42506c03085108afdf315ba0caf866 100644
--- a/linux-ramdump-parser-v2/debug_image_v2.py
+++ b/linux-ramdump-parser-v2/debug_image_v2.py
@@ -277,7 +277,7 @@ class DebugImage_v2():
         try:
             cache_type.parse(start, end, ramdump, outfile)
         except NotImplementedError:
-            print_out_str('System cache dumping not supported'
+            print_out_str('System cache dumping not supported %s'
                           % client_name)
         except:
             print_out_str('!!! Unhandled exception while running {0}'.format(client_name))