diff --git a/view/load_vtm.anubis b/view/load_vtm.anubis index 7f1262f..2205aaf 100644 --- a/view/load_vtm.anubis +++ b/view/load_vtm.anubis @@ -25,10 +25,8 @@ public define Maybe(VTM) file_damaged then print("File '"+file_name+"' is damaged.\n\n");failure, bad_version(expected,found) then print("Secondary module '"+file_name+"' doesn't have the same\n"+ " version ("+found+") as primary module ("+expected+").\n\n");failure, - wrong_type(expected,found) then print("Secondary module '"+file_name+"' has type:\n"+ - found+" while primary module expected:\n"+ - expected+"\n\n");failure, - ok(vtm_plugin) then println("vtm plugin "+vtm_plugin.db_version+" loaded "); success(vtm_plugin) + wrong_type(expected,found) then print("Secondary module '"+file_name+"' has different type:\n");failure, + ok(vtm_plugin) then println("vtm plugin "+vtm_plugin.db_version+" loaded "); success(vtm_plugin) }. define Maybe(VTM) -- libgit2 0.21.4