diff --git a/scripts/gdb_macros.py b/scripts/gdb_macros.py index 74234de7b..d62b754cc 100644 --- a/scripts/gdb_macros.py +++ b/scripts/gdb_macros.py @@ -162,7 +162,7 @@ class NvmfSubsystem(SpdkObject): s += '\nnqn %s' % self.get_name() s += '\nID %d' % self.get_id() for ns in self.get_ns_list(): - s + '\t%s' % str(ns) + s += '\t%s' % str(ns) return s