Skip to content

Commit

Permalink
md5utils.c: logging: DBG -> LM_DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiusas committed Jan 13, 2015
1 parent e66bd49 commit cd38f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md5utils.c
Expand Up @@ -64,6 +64,6 @@ void MD5StringArray (char *dst, str src[], int size)
U_MD5Final (digest, &context);

string2hex(digest, 16, dst );
DBG("DEBUG: MD5 calculated: %.*s\n", MD5_LEN, dst );
LM_DBG("MD5 calculated: %.*s\n", MD5_LEN, dst );

}

0 comments on commit cd38f62

Please sign in to comment.