Mercurial > hg > svcore
comparison system/System.cpp @ 1149:afed8be79032 3.0-integration
Show warning to the user when plugin population has problems
author | Chris Cannam |
---|---|
date | Tue, 19 Jan 2016 12:32:30 +0000 |
parents | 9cdb4206aceb |
children | a6929fb9cc77 bf05d9259dbc |
comparison
equal
deleted
inserted
replaced
1148:9cdb4206aceb | 1149:afed8be79032 |
---|---|
356 if (!fn) { | 356 if (!fn) { |
357 cerr << "isPluginLibraryLoadable: Failed to find plugin descriptor function \"" << descriptorFn << "\" in library \"" << soname << "\": " << dlerror() << "\n"; | 357 cerr << "isPluginLibraryLoadable: Failed to find plugin descriptor function \"" << descriptorFn << "\" in library \"" << soname << "\": " << dlerror() << "\n"; |
358 exit(2); | 358 exit(2); |
359 } | 359 } |
360 | 360 |
361 // cerr << "isPluginLibraryLoadable: Successfully loaded library \"" << soname << "\" and retrieved descriptor function" << endl; | |
362 | |
361 exit(0); | 363 exit(0); |
362 | 364 |
363 } else { // the parent process | 365 } else { // the parent process |
364 | 366 |
365 int status = 0; | 367 int status = 0; |