Skip to content

Commit

Permalink
feat: remove misleading error
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 authored Sep 4, 2023
1 parent fb08036 commit e11a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldnmitm_config/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void getLdnMitmConfig() {
}

printf("error code: 0x%x, 0x%x\n", rc, namedRc);
die("ldn_mitm is not loaded or too old(requires ldn_mitm >= v1.1.2)");
die("ldn_mitm is not loaded");
}

int main(int argc, char* argv[]) {
Expand Down

0 comments on commit e11a4df

Please sign in to comment.