Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blackphreak authored Oct 18, 2023
1 parent 0497c55 commit 3dcf9a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public static ArrayList<HttpRequestResponse> importFromExportedJson() {

requests.add(requestResponse);
} catch (Exception e) {
log.error("LoggerImport-importWStalker: Error Parsing Content");
log.error("LoggerImport-importFromExportedJson: Error Parsing Content");
return new ArrayList<>();
}
}
Expand All @@ -270,4 +270,4 @@ public static boolean loadImported(ArrayList<HttpRequestResponse> requests, Bool

return true;
}
}
}

0 comments on commit 3dcf9a4

Please sign in to comment.