scale topo typo fix

Change-Id: Ib176a1d79f044da22b46ce8337fd325ba576a0b6
diff --git a/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py b/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py
index a48ddf7..b59a833 100644
--- a/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py
+++ b/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py
@@ -446,7 +446,7 @@
     while compareRetry < 3 and main.postResult:
         for controller in main.Cluster.active():
             if controller.CLI.summary() is None:
-                main.info.error( "Something happened to ONOS. Skip the rest of the steps" )
+                main.log.error( "Something happened to ONOS. Skip the rest of the steps" )
                 main.postResult = False
                 break
             time.sleep( 5 )