← Back to team overview

dolfin team mailing list archive

[Bug 736677] Re: log_level partly broken in Python

 

Fixed: info with log_level argument now renamed to log and works fine
from Python

** Changed in: dolfin
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/736677

Title:
  log_level partly broken in Python

Status in DOLFIN:
  Fix Committed

Bug description:
  info with log_level is broken in Python. The following should print
  "test" but prints nothing:

  from dolfin import *
  set_log_level(30)
  info(30, "test")



References