Mercurial > hg > fxanalyse
diff FXAnalyse.c @ 248:eaac96094640
Minor style improvements
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 04 May 2015 17:46:52 +0200 |
parents | d6a37eca6d92 |
children | 10bf2bcdbbd4 |
line wrap: on
line diff
--- a/FXAnalyse.c Fri Feb 27 18:55:19 2015 +0100 +++ b/FXAnalyse.c Mon May 04 17:46:52 2015 +0200 @@ -679,7 +679,7 @@ // data folder rv = Ini_GetStringCopy(configuration, "data", "folder", &datafolder); if (rv > 0) { - logmessage(INFO, "writing data files in %s", datafolder); + logmessage(INFO, "writing data files in '%s'", datafolder); } else { logmessage(ERROR, "data folder not configured in %s", path); // do not allow to start the acquisition