diff --git a/view/load_vtm.anubis b/view/load_vtm.anubis index 2205aaf..68a4fe7 100644 --- a/view/load_vtm.anubis +++ b/view/load_vtm.anubis @@ -25,8 +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 different type:\n");failure, - ok(vtm_plugin) then println("vtm plugin "+vtm_plugin.db_version+" loaded "); success(vtm_plugin) + wrong_type(expected,found) then print("vtm plugin '"+file_name+"' is not compatible with the current version\n");failure, + ok(vtm_plugin) then println("vtm plugin "+vtm_plugin.db_version+" loaded "); success(vtm_plugin) }. define Maybe(VTM) -- libgit2 0.21.4