dav/scfg.c

changeset 185
cd42cccee550
parent 145
82475dc12dd4
child 198
44054c452de1
--- a/dav/scfg.c	Sat Jan 23 19:04:08 2016 +0100
+++ b/dav/scfg.c	Mon Jan 25 10:48:58 2016 +0100
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2015 Olaf Wintermann. All rights reserved.
+ * Copyright 2016 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -188,7 +188,7 @@
         mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
         if (util_mkdir(dir->trash, mode)) {
             if (errno != EEXIST) {
-                fprintf(stderr, "Cannot create trash directory.\n");
+                fprintf(stderr, "Cannot create trash directory: %s\n", dir->trash);
             }
         }
     } else {

mercurial