diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-21 17:05:45 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-21 17:05:45 +0000 |
| commit | 43bc1026787c4ec45ed6943ae08d9764496a0124 (patch) | |
| tree | 3b62195c1db4dcfea2eadf708a84af3ac5ab5df3 | |
| parent | e17f7ebdc1eb423a9a5db2cd988b46ca08eb132d (diff) | |
| download | lasso-43bc1026787c4ec45ed6943ae08d9764496a0124.tar.gz lasso-43bc1026787c4ec45ed6943ae08d9764496a0124.tar.xz lasso-43bc1026787c4ec45ed6943ae08d9764496a0124.zip | |
Changed LASSO_PARAM_ERROR_INVALID_VALUE error message
| -rw-r--r-- | lasso/xml/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/errors.c b/lasso/xml/errors.c index 535d47c1..3ad88bda 100644 --- a/lasso/xml/errors.c +++ b/lasso/xml/errors.c @@ -69,7 +69,7 @@ lasso_strerror(int error_code) case LASSO_PARAM_ERROR_BADTYPE_OR_NULL_OBJ: return "An object type provided as parameter is invalid or object is NULL.\n"; case LASSO_PARAM_ERROR_INVALID_VALUE: - return "The value of a parameter is invalid.\n"; + return "A parameter value is invalid.\n"; case LASSO_PARAM_ERROR_ERR_CHECK_FAILED: return "The error return location should be either NULL or contains a NULL error.\n"; |
