1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 02:51:05 +03:00

remove accidentally committed debug message

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12827 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-10-02 18:31:26 +00:00
parent 64c023294f
commit 816a2302d9

View File

@ -276,10 +276,8 @@ mtd_write(int imagefd, const char *mtd)
}
}
if (r == 0) {
fprintf(stderr, "No more data left\n");
if (r == 0)
break;
}
buflen += r;
} while (buflen < erasesize);