-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45863/
-----------------------------------------------------------
Review request for mesos, Yongqiao Wang and Joerg Schad.
Repository: mesos
Description
-------
While writing log or error messages we adhere the following style:
* No period at the end (there are exceptions though, e.g., one is
when constructing request responses.
* When splitting a string over multiple lines, put a space at the
beginning of the following line in contrast to the end of the
previous line.
Diffs
-----
src/master/weights_handler.cpp e88bf2ab67ccadf35879b92f3280298a43d7cd0e
Diff: https://reviews.apache.org/r/45863/diff/
Testing
-------
On Mac OS 10.10.4:
`make check`
Thanks,
Alexander Rukletsov