Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ahem :p (is this file even necessary?)
[simgrid.git] / src / bindings / lua / factories / host.lua
index f8f07cd..17c21b1 100644 (file)
@@ -1,7 +1,7 @@
 
 hostFactory = function(host_args)
     if type(host_args.power) ~= "number" then
-        error("FUCK")
+        error("OOPS")
     end
     return function(more_args)
     end