Skip to content

Instantly share code, notes, and snippets.

@themarwhal
Created December 14, 2021 14:58
Show Gist options
  • Save themarwhal/d538fc8e6dde45efb0065a62aa8ae3be to your computer and use it in GitHub Desktop.
Save themarwhal/d538fc8e6dde45efb0065a62aa8ae3be to your computer and use it in GitHub Desktop.
single file diff - SessionStore.cpp
diff --git a/lte/gateway/c/session_manager/SessionStore.cpp b/lte/gateway/c/session_manager/SessionStore.cpp
index dc36b56c6..a6400beff 100644
--- a/lte/gateway/c/session_manager/SessionStore.cpp
+++ b/lte/gateway/c/session_manager/SessionStore.cpp
@@ -64,6 +64,7 @@ SessionMap SessionStore::read_all_sessions() {
void SessionStore::set_and_save_reporting_flag(
bool value, const UpdateSessionRequest& update_session_request,
SessionUpdate& session_uc) {
+ MLOG(MINFO) << "Hello! This will only affect some tests";
MLOG(MDEBUG) << "saving flag is_reporting = " << value << " on session store";
auto session_map = store_client_->read_all_sessions();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment