Skip to content
Snippets Groups Projects
Commit 78a60d25 authored by Dan Notestein's avatar Dan Notestein
Browse files

change raise from warning to info level

parent b2d5e251
No related branches found
No related tags found
2 merge requests!83Merge develop to master for release,!55change raise from warning to info level
Pipeline #109866 passed
...@@ -118,7 +118,7 @@ BEGIN ...@@ -118,7 +118,7 @@ BEGIN
END IF; END IF;
IF _blocks_range IS NULL THEN IF _blocks_range IS NULL THEN
RAISE WARNING 'Waiting for next block...'; RAISE INFO 'Waiting for next block...';
CONTINUE; CONTINUE;
END IF; END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment