From: Michal Sojka Date: Sun, 17 May 2009 18:24:56 +0000 (+0200) Subject: Fix FRSH error message to print what it really is X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh.git/commitdiff_plain/a54e9acd8712a63e491d6d9f6364492fb7b50b9e Fix FRSH error message to print what it really is --- diff --git a/frsh_api/frsh_error.c b/frsh_api/frsh_error.c index 6c0072c..026e118 100644 --- a/frsh_api/frsh_error.c +++ b/frsh_api/frsh_error.c @@ -116,7 +116,7 @@ static char * frsh_strerror_table[] = "SCHED_POLICY_NOT_COMPATIBLE ", "SERVER_WORKLOAD_NOT_COMPATIBLE ", "ALREADY_BOUND ", - "WRONG_NETWORK ", + "RESOURCE_ID_INVALID ", "TOO_LARGE ", "BUFFER_FULL ", "NO_SPACE ",