whoops (nt)

This commit is contained in:
Vas Crabb 2016-07-11 17:52:40 +10:00
parent 6ec6aa4926
commit ee6106ee5f

View File

@ -310,9 +310,9 @@ media_auditor::summary media_auditor::summarize(const char *name, std::ostream *
{
device_t *const shared_device = record.shared_device();
if (shared_device)
util::stream_format(*output, "NOT FOUND\n");
else
util::stream_format(*output, "NOT FOUND (%s)\n", shared_device->shortname());
else
util::stream_format(*output, "NOT FOUND\n");
}
break;