Fix and tune stars
[oweals/minetest.git] / src / script.cpp
index f91b228960c27ef17420cb1f7c737392fc9e892b..1925ea701554ffdcc0f5ed86fc2de8ad2af3d767 100644 (file)
@@ -89,7 +89,7 @@ int luaErrorHandler(lua_State *L) {
 
 bool script_load(lua_State *L, const char *path)
 {
-       infostream<<"Loading and running script from "<<path<<std::endl;
+       verbosestream<<"Loading and running script from "<<path<<std::endl;
 
        lua_pushcfunction(L, luaErrorHandler);
        int errorhandler = lua_gettop(L);