]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/unix/seekable.cpp
Adjust exception messages
[libs/core.git] / source / io / unix / seekable.cpp
index a402742a52338b7ba2d5f17cd639d6b37ca18c84..63af4b9646e7dace23ed2052b42d76293bbc8ffb 100644 (file)
@@ -21,7 +21,7 @@ int sys_seek_type(SeekType st)
        else if(st==S_END)
                return SEEK_END;
 
-       throw invalid_argument("sys_seek_type");
+       throw invalid_argument("IO::sys_seek");
 }
 
 }