From 77e014daa34c587b6bf4dec80ca886e76eb69324 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