Skip to content

Commit

Permalink
Merge pull request #49 from xtuml/logging-enhancements
Browse files Browse the repository at this point in the history
Fix typo for case sensitive filesystems
  • Loading branch information
cortlandstarrett authored Apr 16, 2024
2 parents 96948e3 + 055740c commit 7ed6672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/Logger_OOA/custom/src/test_logger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#include "Logger_OOA/__Logger_types.hh"
#include "Logger_OOA/__Logger_services.hh"
#include <log4cplus/log4cplus.h>
#include <SWA/Stack.hh>
#include <SWA/Process.hh>
#include <swa/Stack.hh>
#include <swa/Process.hh>

class MockAppender : public log4cplus::Appender {
public:
Expand Down

0 comments on commit 7ed6672

Please sign in to comment.