debug message added

This commit is contained in:
zimoch
2006-12-19 16:43:36 +00:00
parent 5a4e7dd5b1
commit 9fc03e2c79
+1
View File
@@ -118,6 +118,7 @@ int require(char* lib, char* version)
char initfunc[256];
sprintf (initfunc, "%s_registerRecordDeviceDriver", lib);
printf("calling %s\n", initfunc);
iocshCmd (initfunc);
}
#endif