Re-add printf to notify of snapshot download

This commit is contained in:
Fang 2019-02-08 12:40:27 +01:00 committed by GitHub
parent 54ec1258c0
commit 00f0c4b659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,6 +317,8 @@ u3_dawn_vent(u3_noun seed)
// load snapshot from HTTP URL
//
else if ( 0 != u3_Host.ops_u.sap_c ) {
printf("boot: downloading azimuth snapshot from %s\r\n",
u3_Host.ops_u.sap_c);
u3_noun raw_snap = _dawn_get_jam(u3_Host.ops_u.sap_c);
sap = u3nc(u3_nul, raw_snap);
}