improved error handling
This commit is contained in:
@ -144,6 +144,7 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
case PMUSR_MSR_SYNTAX_ERROR:
|
||||
cout << endl << "**SYNTAX ERROR** in file " << argv[1] << ", full stop here." << endl << endl;
|
||||
break;
|
||||
default:
|
||||
cout << endl << "**UNKNOWN ERROR** when trying to read the msr-file" << endl << endl;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user