]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/utils.cpp
Adjust exception messages
[libs/core.git] / source / fs / windows / utils.cpp
index 66699aaf0bc2229d3782116539e50213b90214d1..30a894394a9f6b97b0c064db8a5c5774867a63a8 100644 (file)
@@ -11,7 +11,7 @@ namespace FS {
 Path readlink(const Path &link)
 {
        (void)link;
-       throw unsupported("no symbolic links on win32");
+       throw unsupported("readlink");
 }
 
 Path realpath(const Path &path)