Skip to content

Commit d155852

Browse files
committed
add line numbers
1 parent db1140c commit d155852

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/TcpAdapterProxy.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ namespace aws { namespace iot { namespace securedtunneling {
10751075
// backward compatibility: set connection id to 1 if first received a message with no connection id (id value will be 0)
10761076
if (!connection_id)
10771077
{
1078-
BOOST_LOG_SEV(log, info) << "reverting to v2 message format";
1078+
BOOST_LOG_SEV(log, info) << "reverting to v2 message format L1078";
10791079
connection_id = 1;
10801080
tac.adapter_config.is_v2_message_format = true;
10811081
}
@@ -1331,7 +1331,7 @@ namespace aws { namespace iot { namespace securedtunneling {
13311331
// backward compatibility: set connection id to 1 if first received a message with no connection id (id value will be 0)
13321332
if (!connection_id)
13331333
{
1334-
BOOST_LOG_SEV(log, info) << "reverting to v2 message format";
1334+
BOOST_LOG_SEV(log, info) << "reverting to v2 message format L1334";
13351335
connection_id = 1;
13361336
tac.adapter_config.is_v2_message_format = true;
13371337
}
@@ -1435,7 +1435,7 @@ namespace aws { namespace iot { namespace securedtunneling {
14351435
// backward compatibility: set connection id to 1 if first received a message with no connection id (id value will be 0)
14361436
if (!connection_id)
14371437
{
1438-
BOOST_LOG_SEV(log, info) << "reverting to v2 message format";
1438+
BOOST_LOG_SEV(log, info) << "reverting to v2 message format L1438";
14391439
connection_id = 1;
14401440
tac.adapter_config.is_v2_message_format = true;
14411441
}
@@ -1567,7 +1567,7 @@ namespace aws { namespace iot { namespace securedtunneling {
15671567
// backward compatibility: set connection id to 1 if first received a message with no connection id (id value will be 0)
15681568
if (!connection_id)
15691569
{
1570-
BOOST_LOG_SEV(log, info) << "reverting to v2 message format";
1570+
BOOST_LOG_SEV(log, info) << "reverting to v2 message format L1570";
15711571
connection_id = 1;
15721572
tac.adapter_config.is_v2_message_format = true;
15731573
}

0 commit comments

Comments
 (0)