@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * Walk through file lists, and get available [rule][fileslot]... |
49 | 49 | */ |
50 | 50 | if (!is_dir($statdir)) { |
51 | - throw new \Exception('Statisics output directory [' . $statdir . '] does not exist.'); |
|
51 | + throw new \Exception('Statisics output directory ['.$statdir.'] does not exist.'); |
|
52 | 52 | } |
53 | 53 | $filelist = scandir($statdir); |
54 | 54 | $this->available = []; |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | } |
63 | 63 | } |
64 | 64 | if (empty($this->available)) { |
65 | - throw new \Exception('No aggregated statistics files found in [' . $statdir . ']'); |
|
65 | + throw new \Exception('No aggregated statistics files found in ['.$statdir.']'); |
|
66 | 66 | } |
67 | 67 | |
68 | 68 | /** |