Forráskód Böngészése

Not output, but log

Yentl Van Tendeloo 8 éve
szülő
commit
b1ee520e52
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      core/core_algorithm.alc

+ 1 - 1
core/core_algorithm.alc

@@ -643,7 +643,7 @@ Void function user_function_skip_init(user_id : String):
 							String key
 							Element func
 
-							output("Action Language execution starts!")
+							log("Action Language execution starts!")
 							log("Getting full model for transformation")
 							action_model = get_full_model(transformation_id)
 							log("Got model: " + cast_e2s(action_model))