diff options
author | des <des@FreeBSD.org> | 2000-01-07 12:56:27 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-01-07 12:56:27 +0000 |
commit | 3acbd8ffda546db2a916c987d7912527644c316f (patch) | |
tree | 641b0a3db0b79f028d4614f1593b3390bb9138c9 /lib/libfetch/fetch_err.et | |
parent | 3f4abe0d33cd88e10bac8681c114923744de75fb (diff) | |
download | FreeBSD-src-3acbd8ffda546db2a916c987d7912527644c316f.zip FreeBSD-src-3acbd8ffda546db2a916c987d7912527644c316f.tar.gz |
Add error codes for protocol errors.
Diffstat (limited to 'lib/libfetch/fetch_err.et')
-rw-r--r-- | lib/libfetch/fetch_err.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/fetch_err.et b/lib/libfetch/fetch_err.et index 2593eba..efaef74 100644 --- a/lib/libfetch/fetch_err.et +++ b/lib/libfetch/fetch_err.et @@ -46,5 +46,5 @@ et ftch ec FETCH_UNAVAIL, "File is not available" ec FETCH_UNKNOWN, "Unknown error" ec FETCH_URL, "Invalid URL" - ec FETCH_VERBOSE, "" + ec FETCH_VERBOSE, "Info:" end |