11e8f3e UTIL: Function 2string for enum sss_cli_command

7 files Authored by pcech 8 years ago, Committed by jhrozek 8 years ago,
    UTIL: Function 2string for enum sss_cli_command
    
    Improvement of debug messages.
    Instead of:"(0x0400): Running command [17]..."
    We could see:"(0x0400): Running command [17][SSS_NSS_GETPWNAM]..."
    (It's not used in sss_client. There are only hex numbers of commands.)
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2708
    
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
    
        
file modified
+3 -1
file modified
+29 -25
file modified
+3 -3
file modified
+3 -1
file added
+238