mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 22:50:39 +02: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:
parent
64c023294f
commit
816a2302d9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user