worker_db: get_logger -> getLogger

This commit is contained in:
Sebastien Bourdeauducq 2015-04-05 18:02:07 +08:00
parent 1d5f467da7
commit 3257275782
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from artiq.protocols.pc_rpc import Client, BestEffortClient
from artiq.master.results import result_dict_to_hdf5
logger = logging.get_logger(__name__)
logger = logging.getLogger(__name__)
class ResultDB: