builtin/rm.c: use warning_errno()
commit7dcf3d97fa6098382828551de8f91ad8b23d5a4c
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 8 May 2016 09:47:31 +0000 (8 16:47 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 May 2016 19:29:08 +0000 (9 12:29 -0700)
tree53ca72445cdec4d8e98cdf6fa596f4d585d4f0be
parent54d47394b4307a0c9149007bd3d396b8eda8e995
builtin/rm.c: use warning_errno()

While at there, improve the message a bit (what operation failed?) and
mark it for translation since the format string is now a sentence.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rm.c