From 0ae4e36c95a171fca0d2206298cf979558b626b1 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 23 Apr 2008 21:20:46 -0400 Subject: [PATCH] fn_attr() no longer needed, nor available. --- plugins/video/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/video.py b/plugins/video/video.py index 20c4c9f..37afd88 100644 --- a/plugins/video/video.py +++ b/plugins/video/video.py @@ -143,7 +143,7 @@ class Video(Plugin): if 'AnchorOffset' in query: logger.debug('Anchor offset was in query. leftAnchor needs to match %s' % '/'.join(path)) if leftAnchor == str('/'.join(path)): - logger.debug(__name__, fn_attr(), ['leftAnchor matched.']) + logger.debug('leftAnchor matched.') query['Container'] = ['/'.join(path)] files, total, start = self.get_files(handler, query, self.video_file_filter) -- 2.11.4.GIT