]> granicus.if.org Git - graphviz/commitdiff
Lower missing style of error to warning
authorerg <devnull@localhost>
Tue, 26 Apr 2005 22:09:15 +0000 (22:09 +0000)
committererg <devnull@localhost>
Tue, 26 Apr 2005 22:09:15 +0000 (22:09 +0000)
lib/gvc/gvrender.c

index 3421adbff614f62fedebeae7a1798442d03470bd..c1fe26dc87db6c02db63bd057ddf8515679181b8 100644 (file)
@@ -768,8 +768,8 @@ void gvrender_set_style(GVC_t * gvc, char **s)
            else if (streq(line, "unfilled"))
                style->fill = FILL_NONE;
            else {
-               agerr(AGERR,
-                     "svggen_set_style: unsupported style %s - ignoring\n",
+               agerr(AGWARN,
+                     "gvrender_set_style: unsupported style %s - ignoring\n",
                      line);
            }
        }