diff options
Diffstat (limited to 'src/libpts/pts/pts.c')
-rw-r--r-- | src/libpts/pts/pts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpts/pts/pts.c b/src/libpts/pts/pts.c index 6469f7cc4..65ae2b2d2 100644 --- a/src/libpts/pts/pts.c +++ b/src/libpts/pts/pts.c @@ -557,7 +557,7 @@ METHOD(pts_t, is_path_valid, bool, } else { - DBG1(DBG_PTS, "error: %s occured while validating path: %s", + DBG1(DBG_PTS, "error: %s occurred while validating path: %s", strerror(errno), path); return FALSE; } |