nicer logging

This commit is contained in:
rusefillc 2022-06-29 13:15:15 -04:00
parent 43956d349d
commit 0d3e8f6213
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public class BinaryProtocol {
}
sleep(Timeouts.TEXT_PULL_PERIOD);
}
log.info("Stopping text pull");
log.info("Port shutdown: Stopping text pull");
}
};
Thread tr = THREAD_FACTORY.newThread(textPull);