nicer logging

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

View File

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