From 1d1b13bce0bdf5f7feace8e82456550a1d14f515 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 3 Sep 2021 11:02:52 -0400 Subject: [PATCH] No longer feed specific --- piker/_cacheables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/_cacheables.py b/piker/_cacheables.py index 7ffa29a0..07ad2319 100644 --- a/piker/_cacheables.py +++ b/piker/_cacheables.py @@ -140,7 +140,7 @@ async def maybe_open_ctx( yield True, value except KeyError: - log.info(f'Allocating new feed for {key}') + log.info(f'Allocating new resource for {key}') # **critical section** that should prevent other tasks from # checking the cache until complete otherwise the scheduler