diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-01-06 12:37:55 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-01-06 12:37:55 +0000 |
commit | 434627083613f016d432462fce73f728dd77172e (patch) | |
tree | c5aec3136d3b5584db17faa71a309c7390e091ba /configure | |
parent | 46dca11bfad72bb9365b85b433f1e812733f31ec (diff) |
More consistency in error/warning errors. Until now "WARNING:" was usually
in upper case while "Error:" wasn't .... that doesn't really make sense.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -453,7 +453,7 @@ else fi if [ "$protocols" = "PROTOCOLS = " ]; then - echo "WARNING: You haven't selected any communication protocol to compile!" + echo "Warning: You haven't selected any communication protocol to compile!" echo " BitlBee will run, but you will be unable to connect to IM servers!" fi |