Changed error

This commit is contained in:
2015-10-20 16:03:23 +02:00
parent 0e77de2318
commit 1c83e6b086
+1 -1
View File
@@ -62,7 +62,7 @@ namespace ErgometerLibrary
}
catch(TimeoutException e)
{
return "error";
return "err";
}
}