Skip to content
Snippets Groups Projects
Commit e76f803c authored by Juntong Liu's avatar Juntong Liu
Browse files

Modify an error message.

parent a7592c46
No related branches found
No related tags found
No related merge requests found
......@@ -919,7 +919,7 @@ int require(const char *module, const char *version, const char *args) {
}
if (interruptAccept) {
fprintf(stderr, "Error! Modules can only be loaded before iocIint has been invoked!\n");
fprintf(stderr, "Error! Modules can only be loaded before iocIint!\n");
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment