Skip to content

Commit

Permalink
(minor) change ?? to syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaramc committed Feb 5, 2013
1 parent b8ea382 commit 293df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Gitolite/Conf.pm
Expand Up @@ -73,7 +73,7 @@ sub parse {
trace( 2, $line ); trace( 2, $line );
set_subconf($1); set_subconf($1);
} else { } else {
_warn "?? $line"; _warn "syntax error, ignoring: '$line'";
} }
} }
parse_done(); parse_done();
Expand Down

0 comments on commit 293df79

Please sign in to comment.