ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #00910
Re: import bug
On Sun, Feb 11, 2007 at 07:05:59PM +0100, Garth N. Wells wrote:
> In a bunch of places
>
> from ffc.common.util import *
>
> and
>
> from util import *
>
> should be replaced by
>
> from ffc.common.utils import *
>
> and
>
> from utils import *
Thanks, fixed.
> Also, a lot of debugging output is being generated.
>
> Garth
Yes, I raised the default debug level in FFC from -1 to 0, but the new
FFC (-l ufc) is/will be less verbose than the current FFC (without -l
ufc). Perhaps when the new FFC has matured and the output is not so
interesting anymore, I can move it back to -1.
To turn it off, compile with -s or --silent.
/Anders
References