Skip to content

Commit a99abb0

Browse files
authored
Merge pull request #253 from codefori/cleanup/message_auth
Improve error message
2 parents b35adf8 + 7ab36c4 commit a99abb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBMiDetail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class IBMiDetail {
5656

5757
this.db2Level = Number(db2LevelResults[0].HIGHEST_DB2_PTF_GROUP_LEVEL);
5858
} catch (e) {
59-
ServerComponent.writeOutput(`Failed to get Db2 level: ${e.message}`);
59+
ServerComponent.writeOutput(`Failed to get Db2 level. User does not have enough authority: ${e.message}`);
6060
levelCheckFailed = true;
6161
}
6262

0 commit comments

Comments
 (0)