]> sipb.mit.edu Git - ikiwiki.git/commitdiff
entab
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Tue, 2 Dec 2014 15:38:17 +0000 (10:38 -0500)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Tue, 2 Dec 2014 15:38:17 +0000 (10:38 -0500)
IkiWiki.pm

index a8e2865be46e77725e8309d5fa67805ffe3bbc18..83679243fe3706a1ec42669df74ceb8ff4733eed 100644 (file)
@@ -1815,7 +1815,7 @@ sub lockwiki () {
        open($wikilock, '>', "$config{wikistatedir}/lockfile") ||
                error ("cannot write to $config{wikistatedir}/lockfile: $!");
        if (! flock($wikilock, LOCK_EX | LOCK_NB)) {
-               debug("failed to get lock; waiting...");
+               debug("failed to get lock; waiting...");
                if (! flock($wikilock, LOCK_EX)) {
                        error("failed to get lock");
                }