Skip to content

Commit

Permalink
Merge pull request #499 from synote/2.0release
Browse files Browse the repository at this point in the history
fix bug for build failure when configure with --log-info
  • Loading branch information
winlinvip committed Oct 12, 2015
2 parents 9c2eafc + 9b01aad commit 5de65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/kernel/srs_kernel_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int SrsStream::initialize(char* b, int nb)

nb_bytes = nb;
p = bytes = b;
srs_info("init stream ok, size=%d", size);
srs_info("init stream ok, size=%d", size());

return ret;
}
Expand Down

0 comments on commit 5de65d4

Please sign in to comment.