ResMed CreateMachine bugfix

This commit is contained in:
Mark Watkins 2011-06-30 05:09:13 +10:00
parent a002d2ffcf
commit 8aa94b3d94

View File

@ -173,7 +173,7 @@ Machine *ResmedLoader::CreateMachine(QString serial,Profile *profile)
}
if (found) return ResmedList[serial];
qDebug(("Create ResMed Machine %s"+serial).toLatin1());
qDebug(("Create ResMed Machine"+serial).toLatin1());
Machine *m=new CPAP(profile,0);
m->SetClass(resmed_class_name);