dnpds40: Minor status message change.

This commit is contained in:
Solomon Peachy 2016-06-19 08:58:57 -04:00
parent e960ef1e6b
commit 15e60abbcf
1 changed files with 1 additions and 1 deletions

View File

@ -1706,7 +1706,7 @@ static int dnpds40_get_status(struct dnpds40_ctx *ctx)
dnpds40_cleanup_string((char*)resp, len); dnpds40_cleanup_string((char*)resp, len);
INFO("L/PC Prints Remaining on Media: '%s'\n", (char*)resp + 4); INFO("Half-Size Prints Remaining on Media: '%s'\n", (char*)resp + 4);
free(resp); free(resp);
} }