Skip to content

Commit d9c80a8

Browse files
This should not be a warning. (Comfy-Org#7946)
1 parent 3e62c55 commit d9c80a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/custom_node_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ async def get_workflow_templates(request):
127127

128128
if os.path.exists(workflows_dir):
129129
if folder_name != "example_workflows":
130-
logging.warning(
131-
"WARNING: Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'",
130+
logging.debug(
131+
"Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'",
132132
folder_name, module_name)
133133

134134
webapp.add_routes(

0 commit comments

Comments
 (0)