Changeset 324:5d256f6e16d5 in mediastreamer2


Ignore:
Timestamp:
Mar 10, 2009 12:35:03 PM (4 years ago)
Author:
strk <strk@…>
Branch:
default
Message:

Add missing newline in failing 'firewall stun' command

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@327 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/console/commands.c

    r273 r324  
    472472                        if ( ! setting ) 
    473473                        { 
    474                                 linphonec_out("No stun server address is defined, use 'stun <address>' first"); 
     474                                linphonec_out("No stun server address is defined, use 'stun <address>' first\n"); 
    475475                                return 1; 
    476476                        } 
Note: See TracChangeset for help on using the changeset viewer.